Skip to content

Commit

Permalink
Allow manual triggering of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
specious committed Aug 3, 2022
1 parent fa195fc commit db9c938
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
workflow_dispatch: # Makes it also possible to manually trigger deployment

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -24,7 +26,7 @@ jobs:
ln -s public/index.html public/404.html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: public

0 comments on commit db9c938

Please sign in to comment.