Skip to content

Commit

Permalink
next step
Browse files Browse the repository at this point in the history
  • Loading branch information
adibas03 committed Jan 11, 2025
1 parent 5c48662 commit 05fe132
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
cp build/client/index.html build/client/404.html
ls -al build/client
- name: Upload static files as artifact
id: gh-deployment
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
with:
path: "build/client"

- name: GitHub Pages Deploy Action
uses: actions/deploy-pages@v4
env:
token: ${{ secrets.GHB_DEFAULT_TOKEN }}
with: # optional
folder: "build/client"

0 comments on commit 05fe132

Please sign in to comment.