about summary refs log tree commit diff
path: root/.github/workflows/deploy.yml
AgeCommit message (Collapse)AuthorLines
2025-01-03Make CI a little bit saferblyxyas-1/+9
2024-10-28fix: usage of `a deprecated Node.js version`Hamir Mahal-1/+1
2023-12-26ci: Update to `actions/checkout@v4` from `v3`.Bruce Mitchener-2/+2
This also updates the book's section on CI for the same thing. changelog: none
2023-11-16Update rust-cache GHA in deploy workflowPhilipp Krones-1/+3
This action was way outdated, produced a lot of warnings and didn't seem to work anymore.
2023-05-12Update actions/checkoutTakayuki Nakata-2/+2
2022-04-29Update GitHub Actions actions/checkout@v2 to v3David Tolnay-2/+2
The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024.
2021-07-28Update deploy CIflip1995-2/+15
This updates all the deploy scripts and the deploy workflow. The deploy workflow now runs the metadata collector to collect the lint documentation. It also changes the files that are checked out in the deploy workflow from master and adds an explanation why we have to do this.
2020-10-09Remove all usage of set-envflip1995-2/+2
2020-10-09Update actions due to deprecation of set-env and add-pathflip1995-2/+2
2020-04-23Always use the deploy script and templates of the master branchflip1995-0/+6
2020-03-25Also deploy from the beta branchflip1995-0/+4
2020-02-24Do not run deploy action on other reposYuki Okushi-0/+1
2020-02-12Run deploy workflow on tags, instead of releasesflip1995-4/+7
2020-02-12Use list instead of array for branch namesflip1995-2/+4
This is the officially supported method
2020-02-12Apply review commentsflip1995-0/+4
2020-02-12Extract deploymentflip1995-42/+1
2020-02-12Add deployment to GHAflip1995-0/+72