From a83130e82348f86d84aa0c72f78bc4928f8ced1c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 8 Jul 2026 15:51:38 +1000 Subject: [PATCH] Bump quantecon/actions/publish-gh-pages to v0.8.0 Interface is unchanged v0.6.0 -> v0.8.0; the v0.8.0 deltas (off-tag skip, fail-fast on missing token, release tarball to $RUNNER_TEMP) don't alter this tag-triggered publish path. Part of QuantEcon/lectures#11. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 59e07c202..391347041 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -110,7 +110,7 @@ jobs: path: _build/html/reports - name: Deploy to GitHub Pages id: deployment - uses: quantecon/actions/publish-gh-pages@v0.6.0 + uses: quantecon/actions/publish-gh-pages@v0.8.0 with: build-dir: _build/html cname: python.quantecon.org