Skip to content

Commit

Permalink
Changed a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishannaik committed Apr 19, 2024
1 parent 3da47cd commit cae1911
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
npm install
cd server && npm run build
- name: Deploy to GitHub Pages

uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_PAGES_TOKEN }}
publish_dir: dist
publish_dir: ../client/dist
Loading

0 comments on commit cae1911

Please sign in to comment.