diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ce2820..1311451 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,8 @@ name: Deploy to GitHub Pages on: - push: - branches: 'main' - + workflow_dispatch: + jobs: build_site: runs-on: ubuntu-latest @@ -55,4 +54,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4