diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml deleted file mode 100644 index af769f348..000000000 --- a/.github/workflows/deploy.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build Quartz Site -on: - push: - branches: ["v4"] -permissions: - contents: read - pages: write - id-token: write -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Pages - uses: actions/configure-pages@v3 - - name: Build - uses: konstfish/quartz-build-action@v1 - with: - source: robinsving/pathfinder2e-notes/content - page_title: "The Crimson World" - - name: Upload artifact - uses: actions/upload-pages-artifact@v1 - deploy: - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} \ No newline at end of file