From 20736e1e6acd7edd4db92cb2fdd36c63b4fa14de Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Wed, 13 Nov 2024 23:26:19 +0000 Subject: [PATCH] Attempt fix 1 --- .github/workflows/build-webpages.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-webpages.yml b/.github/workflows/build-webpages.yml index aa0588c4..04d9481e 100644 --- a/.github/workflows/build-webpages.yml +++ b/.github/workflows/build-webpages.yml @@ -27,18 +27,10 @@ jobs: make web_pages/me/index.html - name: Upload web-pages as artifact - id: deployment uses: actions/upload-pages-artifact@v3 with: path: microemacs/doc/web_pages/me/ -deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4