diff options
-rw-r--r-- | .github/workflows/deploy.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbb1b83..c542e8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,3 +63,11 @@ jobs: enable-commit-status: true overwrites-pull-request-comment: false if: github.repository == '19pdh/low-puszcza' + + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@3.7.1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + BRANCH: gh-pages # The branch the action should deploy to. + FOLDER: build # The folder the action should deploy. + CLEAN: true # Automatically remove deleted files from the deploy branch |