Skip to content

Commit

Permalink
Fix syntax line 26
Browse files Browse the repository at this point in the history
  • Loading branch information
ducknoir authored Apr 5, 2024
1 parent 292d830 commit 9d00dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build React app
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # Branch to deploy to
folder: build # Folder to deploy
Expand Down

0 comments on commit 9d00dba

Please sign in to comment.