Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Add github workflow for deploying …
Browse files Browse the repository at this point in the history
…top list
  • Loading branch information
bas080 committed Jun 18, 2024
1 parent 6a21eac commit 66d3420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: ls -la ./dist # Adjust path if necessary

- name: Deploy to GitHub Pages
permissions:
contents: write
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 66d3420

Please sign in to comment.