diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d4933e..cd6ec7c 100755 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,8 @@ on: push: branches: - quartz + +workflow_dispatch: permissions: contents: read @@ -42,4 +44,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2