You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use upload github action to public site (#2459) (#2497)
* fix: use upload github action to public site
* fix: allow tag trigger with also year.month
* test: test tag trigger
* test: test tag trigger
* .github/workflows/docs-release.yml
* fix: don't copy gh-pages everytime, only copy parts don't exist
* fix:move prepare script to doc_release.sh
* fix:test checkout
* fix:test upload pages artifact only has v3
* fix: fetch gh-apges if we have one
* fix: use eaceiris/actions-gh-pages@v3 to keep old files when upload new ones
* fix: use a intermediate unprotected branch for all doc archives
* fix: fix archive
* fix: fix archive
* fix: remove doc from switcher url in conf and archive enture folder
* fix: remove +x changes in doc relase before archive step
* fix: move permission and use exact commit id for github actions
* fix: use env var for _site folder and use doc folders for archive branch
* fix: delete everything for new doc arvhice branch
* fix: remove untracked files
* fix: only add verison folders to git first time doc archive
* fix: move TEMP_DOC_FOLDER to yml and make sure it is im tmp
* fix: move env to jobs
* fix: still need git rm for firs ttime doc archive creation
* fix: remove doc
* fix: allow manual trigger
* fix: workflow dispatch add input requriement
* fix: don't force input on workflow dispatch
* test: test older python version doc build warning
* fix: force doc version input
* fix: remove unused dependency
---------
Co-authored-by: yuejiaointel <108152493+yuejiaointel@users.noreply.github.com>
Co-authored-by: yuejiaointel <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments