From e1a7937a084f6d8c088dc8e1544d44e40e2856fc Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Sat, 28 Dec 2024 23:26:12 +0000 Subject: [PATCH] Update site.yaml --- .github/workflows/site.yaml | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 9337d87..8b13789 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -1,35 +1 @@ -name: Deploy Site -on: - workflow_dispatch: {} - push: - branches: - - main - paths: - - "site/**" - - ".github/**" - - "VERSION" - - "reference.yaml" -jobs: - deploy: - runs-on: ubuntu-latest - permissions: - pages: write - id-token: write - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - cache: npm - cache-dependency-path: site/package-lock.json - - run: npm ci - working-directory: site/ - - run: make site-build - - uses: actions/configure-pages@v2 - - uses: actions/upload-pages-artifact@v1 - with: - path: site/.vitepress/dist - - id: deployment - uses: actions/deploy-pages@v1 +