8000 Infra: Fix 404s by AA-Turner · Pull Request #3760 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Infra: Fix 404s #3760

New issu 8000 e

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "always deploy"
This reverts commit 8f57b6d.
  • Loading branch information
AA-Turner committed Apr 18, 2024
commit 9d43f0665bf6ec3eb5f9e8a6fa520fb2b09feffb
2 changes: 2 additions & 0 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
run: rm -r build/.doctrees/

- name: Deploy to GitHub pages
# This allows CI to build branches for testing
if: (github.ref == 'refs/heads/main') && (matrix.python-version == '3.x')
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # Synchronise with Makefile -> BUILDDIR
Expand Down
0