Skip to content

Commit

Permalink
Finalizing...
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Aug 27, 2024
1 parent f4e5794 commit 859c41e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: cobalt build

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
uses: peaceiris/actions-gh-pages@v3
with:
folder: HTML
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./HTML

0 comments on commit 859c41e

Please sign in to comment.