Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Jun 1, 2024
1 parent 12f810d commit cb39ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- gh-pages

jobs:
deploy:
Expand All @@ -17,5 +17,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: main
publish_branch: gh-pages
publish_dir: ./pages

0 comments on commit cb39ce8

Please sign in to comment.