Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Aug 27, 2024
1 parent 859c41e commit 757b7a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- name: Build the Cobalt site
run: cobalt build

- name: List files in HTML directory
run: dir HTML

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

0 comments on commit 757b7a8

Please sign in to comment.