diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a328572..cc06a49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,6 @@ name: Deploy to GitHub Pages on: + workflow_dispatch: push: branches: - main @@ -9,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install and Build 🔧 run: |