Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 16, 2024
1 parent 2150dee commit 2339113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
with:
node-version: 20.x
- run: npm ci && npm run build-ghpages
working-directory: app
- name: build_app
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./app/dist
publish_dir: ./dist
force_orphan: true

0 comments on commit 2339113

Please sign in to comment.