From 689ba4ef65fc63d4a4f43873d1ae141ea21c59ca Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Wed, 10 Jan 2024 12:48:49 -0600 Subject: [PATCH] Tried naming step. --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f85c4ce2..f38739ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,6 @@ jobs: - run: pip install --user montepy[doc] - run: cd doc && make html - uses: actions/configure-pages@v4 - - run: tar -czf deploy-pages.tar.gz doc/build/html/* - uses: actions/upload-pages-artifact@v3 with: name: deploy-pages @@ -126,7 +125,10 @@ jobs: needs: build-pages runs-on: ubuntu-latest steps: - - uses: actions/deploy-pages@v3 + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v3 + deploy-pypi: needs: [deploy-pages]