From def510a54d3f8296c4505773d1c172e525412e21 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Sat, 10 Aug 2024 20:34:32 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f51575..c865b64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,10 +20,7 @@ jobs: - name: Sphinx build run: | sphinx-build source _build - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + - uses: actions/upload-artifact@v3 with: - publish_branch: gh-pages2 - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _build/ - force_orphan: true \ No newline at end of file + name: Documentation + path: "$GITHUB_WORKSPACE/build/html" \ No newline at end of file