Skip to content

Commit

Permalink
add workflow for gh pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraemii committed Mar 20, 2024
1 parent eb73ab0 commit 74a3972
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Deploy to GitHub Pages

defaults:
run:
working-directory: ./Scanner


on:
push:
branches:
Expand Down Expand Up @@ -35,7 +40,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./Scanner/build
publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down

0 comments on commit 74a3972

Please sign in to comment.