Skip to content

Commit

Permalink
github default action
Browse files Browse the repository at this point in the history
  • Loading branch information
adibas03 committed Jan 11, 2025
1 parent 7310c88 commit 5c48662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
ls -al build/client
- name: GitHub Pages Deploy Action
uses: JamesIves/github-pages-deploy-action@v4
uses: actions/deploy-pages@v4
env:
token: ${{ secrets.GHB_DEFAULT_TOKEN }}
with: # optional
folder: "build/client"

0 comments on commit 5c48662

Please sign in to comment.