diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-13 17:30:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 17:30:52 +0000 |
| commit | b8b13573aebfa6719e25f0e2c8b1c28cdb66301a (patch) | |
| tree | a4475d69f86d36148b7e0f328ed71f7d1c84cc1c /.github/workflows | |
| parent | 43c5ad79c27fbdefa00e2373eba554ec11e1d9df (diff) | |
| parent | dc68c5f4a4ec9b331629ee16f7512cfaa381ee3d (diff) | |
Merge #471
471: Force push to gh-pages branch r=korken89 a=AfoHT
As suggested in https://github.com/rtic-rs/rfcs/pull/48#issuecomment-815730654
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5f9943..93e3254 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -740,6 +740,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./bookstodeploy + force_orphan: true # Refs: https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149 # |
