Skip to content

Commit

Permalink
Update deploy.yml (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic authored Aug 26, 2024
1 parent c91336e commit 5b5cd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
deploy:
Expand Down Expand Up @@ -37,4 +38,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/html
publish_dir: _build/html

0 comments on commit 5b5cd03

Please sign in to comment.