about summary refs log tree commit diff
path: root/.github/deploy.sh
AgeCommit message (Collapse)AuthorLines
2025-01-09Also deploy index.html file on releasePhilipp Krones-0/+2
2024-10-03Move theme handling JS into its own file to make theme being applied before ↵Guillaume Gomez-0/+1
first rendering
2024-09-22Generate lint list in HTML directly instead of JSGuillaume Gomez-1/+0
2024-09-18Generate versions HTML directlyAlex Macleod-6/+3
2024-07-30Move style into its fileGuillaume Gomez-0/+1
2022-04-26Move js out to its own fileSerial-0/+1
2021-10-21Fix deploy scriptflip1995-1/+2
I broke this script in #7502, so that the stable symlink isn't generated anymore. This reverts this change.
2021-07-28Update deploy CIflip1995-5/+4
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-07-16Track tag files, before checking for the diffflip1995-0/+2
2020-07-16Fix deploy script for beta deploymentflip1995-6/+13
Since the beta/ directory already exists, we can't copy the complete master dir
2020-03-25Also deploy from the beta branchflip1995-1/+9
2020-02-27Fix deploy script for tag deploysflip1995-2/+12
2020-02-14Rename current -> stableflip1995-3/+3
2020-02-13Use python3 instead of pythonflip1995-2/+2
This changes the formatting a bit of json.dump(..)
2020-02-13Sort versions in json outputflip1995-7/+3
2020-02-12Apply review commentsflip1995-1/+1
2020-02-12Extract deploymentflip1995-49/+11
2019-11-30deploy: cd to out/ before adding files to gitLzu Tao-0/+1
2019-11-29Fix master deploymentPhilipp Hansch-0/+1
It was failing because it could not find `.github/deploy_key.enc` in the current directory (`./out`). Switching to the previous directory should fix the deployment and the master build.
2019-10-22build: improve script and travis configLzu Tao-30/+25
* fix a diff failure on windows See https://travis-ci.com/rust-lang/rust-clippy/jobs/245971932#L1625 for an example. * use cmp instead of diff > /dev/null * clone single branch instead of clone then checking out * do not decrypt key if have no diff change
2019-01-08Remove all copyright license headersPhilipp Hansch-11/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-10-06Add license header to other filesManish Goregaokar-0/+12
2018-05-16Add exec bit, add set -ex to ci test filesPhilipp Hansch-2/+1
2018-04-11Add set -x for debuggingPhilipp Hansch-0/+1
2018-04-11Debug deployment script issuesPhilipp Hansch-3/+3
This prints some more information during the docs deployment.
2017-08-03Generate version index for docs domain indexPascal Hertleif-0/+13
Uses basically the same code as the lint docs page as I didn't want to reinvent anything: A simple python script (inline in deploy script) writes an array of versions to a JSON file, which gets turned into a list of links using a bit of angular.js code. Fixes #1917
2016-08-17Fix Travis not pushing gh-pages for tagsmcarton-2/+5
Turns out $TRAVIS_BRANCH is the tag name for tags.
2016-07-19Revert "Maybe fix `deploy.sh`"mcarton-2/+1
This reverts commit c6c85608613c6047752743513092aabecc5a472a.
2016-07-19Add encryption label to deploy.shmcarton-0/+1
Aka. “Fix deploy.sh IV”
2016-07-19Fix deploy.sh IIImcarton-3/+3
2016-07-19Fix deploy.sh IImcarton-10/+10
2016-07-19Maybe fix `deploy.sh`mcarton-1/+2
2016-07-19Fix deploy.sh and python2 usagemcarton-1/+1
2016-07-19Setup automatic push of gh-pagesmcarton-0/+66