Skip to content

Commit

Permalink
deploy to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Oct 16, 2024
1 parent ca4f09f commit 476f92a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ jobs:
protocol: ftps
state-name: ./.ftp-deploy-sync-state.json
local-dir: ./_site/
- name: gh-deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site/


0 comments on commit 476f92a

Please sign in to comment.