Skip to content

Commit

Permalink
Fix typo in generate-html.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin authored Dec 29, 2023
1 parent f9260a5 commit c6ae23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: generate-html

on:
push:
ignore_paths:
paths-ignore:
- '**.html'

workflow_dispatch:
Expand All @@ -25,4 +25,4 @@ jobs:
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'gh-pages'
branch: 'gh-pages'

0 comments on commit c6ae23c

Please sign in to comment.