Skip to content

Commit

Permalink
Upload to GitHub pages without a branch CI tweak #1
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 29, 2024
1 parent 0a4f73a commit 83b703e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,13 @@ jobs:
run: |
cp ./dist/firebird/index.html ./dist/firebird/404.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/firebird
# Upload entire repository
path: './dist/firebird'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 83b703e

Please sign in to comment.