Skip to content

Commit

Permalink
older
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 7, 2024
1 parent c68621b commit 281fc20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
run: touch .nojekyll

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
publish_branch: publish
keep_files: true

0 comments on commit 281fc20

Please sign in to comment.