From efc8d16051d95604008b67d3f054c63e7afd912b Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Wed, 30 Nov 2022 20:30:06 +1100 Subject: [PATCH] delete the current workflow... --- .github/workflows/eleventy_build.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/eleventy_build.yml diff --git a/.github/workflows/eleventy_build.yml b/.github/workflows/eleventy_build.yml deleted file mode 100644 index ac4eaa0..0000000 --- a/.github/workflows/eleventy_build.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Eleventy Build - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Setup Node - uses: actions/setup-node@v1 - with: - node-version: '16.x' - - - run: npm ci - - - run: npm run build - - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - publish_dir: ./pub - disable_nojekyll: true \ No newline at end of file