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 74a3972 commit b4748c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Deploy to GitHub Pages

defaults:
run:
working-directory: ./Scanner


on:
push:
Expand All @@ -19,6 +15,9 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Scanner
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b4748c0

Please sign in to comment.