Skip to content

Commit

Permalink
ci(github pages): fixed build issue relating to GitHub pages (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks authored May 8, 2024
1 parent 75b63ed commit 0f1accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/setup-node@v3
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0f1accd

Please sign in to comment.