Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/github-pages.yml
AgeCommit message (Collapse)Author
2024-04-16chore(deps): update peaceiris/actions-gh-pages action to v4 (#2451)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-11Switch from weekly official to daily official image ↵Brock Vojkovic
(https://github.com/archlinux/archinstall/issues/2443) (#2453)
2024-03-07chore(deps): update actions/setup-python action to v5 (#2289)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-27build(gh-pages): change rule to docs build (#2269)Mário Victor Ribeiro Silva
2023-11-24Update actions/setup-python action to v4 (#2236)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-23Update actions/checkout action to v4 (#2235)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21Added a CNAME file, as well as removed some debugging (#2240)Anton Hvornum
2023-11-21It appears jekyll might be needed? (#2239)Anton Hvornum
* It appears jekyll might be needed? https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-enable-built-in-jekyll-enable_jekyll * Added some debugging * Maybe jekyll is not needed?
2023-11-21GitHub pages improvement (#2237)Anton Hvornum
* Moved to arch container * Swapped branch for testing * Removed publish if condition for now * I think I got it this time, publish_branch has to be separate in order for the runner to create it and have access to pushing things? * Missing 'git' depndency, to work with git heh
2023-11-21Testing github pages (#2234)Anton Hvornum
* Testing github pages * Adding libparted-dev to the ubuntu machine (I'd like to move away from ubuntu, but the runner recommended it) * Debugging * changed to master branch