Skip to content

Commit 29df5ab

Browse files
committed
Test deployment of tag
1 parent af5ba71 commit 29df5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Save some useful information
3030
SHA=${{ github.sha }}
3131
SSH_REPO=git@github.com:${{ github.repository }}.git
32-
TAG_NAME=${{ github.event.release.GITHUB_REF }}
32+
TAG_NAME="rust-1.42.0"
3333
3434
echo "Removing the current docs for master"
3535
rm -rf out/master/ || exit 0

0 commit comments

Comments
 (0)