From 72796c4cde9f5dea1f97ad5d547314cc871fb553 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Sun, 15 Dec 2024 18:36:32 +0100 Subject: [PATCH] ci: :fire: don't need this file anymore --- .github/workflows/build-website.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/build-website.yml diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml deleted file mode 100644 index 49adf01..0000000 --- a/.github/workflows/build-website.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Build and deploy website - -on: - workflow_call: - secrets: - netlify-token: - required: true - -jobs: - build-deploy: - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - - name: Set up Quarto - uses: quarto-dev/quarto-actions/setup@v2 - - # add software dependencies here - - - name: Render and publish to Netlify - uses: quarto-dev/quarto-actions/publish@v2 - with: - target: netlify - NETLIFY_AUTH_TOKEN: ${{ secrets.netlify-token }}