Skip to content

Commit

Permalink
more work on the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 18, 2024
1 parent e66525a commit 9dbff0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- devel
- feature/newVueComponents

jobs:
build:
Expand Down Expand Up @@ -62,5 +61,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
GH_PAT: ${{ secrets.GH_PAT }}
personal_token: ${{ secrets.GH_PAT }}
publish_dir: ./dist/download
publish_branch: gh-pages
force_orphan: true

0 comments on commit 9dbff0b

Please sign in to comment.