Skip to content

Commit

Permalink
Publish current directory to gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 16, 2024
1 parent cdc00db commit 9f10171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Build app to public directory
- name: Build app
run: |
set -x
npm run build
Expand All @@ -67,4 +67,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: .

0 comments on commit 9f10171

Please sign in to comment.