We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5ba71 commit 29df5abCopy full SHA for 29df5ab
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
# Save some useful information
30
SHA=${{ github.sha }}
31
[email protected]:${{ github.repository }}.git
32
- TAG_NAME=${{ github.event.release.GITHUB_REF }}
+ TAG_NAME="rust-1.42.0"
33
34
echo "Removing the current docs for master"
35
rm -rf out/master/ || exit 0
0 commit comments