mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix broken symlink
This commit is contained in:
parent
dbf9a7f298
commit
3aaa223be1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -578,7 +578,7 @@ jobs:
|
|||
- name: Build books
|
||||
run: |
|
||||
langs=( en ru )
|
||||
devver=dev
|
||||
devver=( dev )
|
||||
# Query git for tagged releases, all releases start with "v"
|
||||
# followed by MAJOR.MINOR.PATCH, see semver.org
|
||||
# Then remove all pre-releases/tags with hyphens (-).
|
||||
|
@ -631,7 +631,7 @@ jobs:
|
|||
done
|
||||
|
||||
# Create alias for the stable release
|
||||
ln -s $td/$stable $td/stable
|
||||
ln -s $stable $td/stable
|
||||
|
||||
# Forward CNAME file
|
||||
cp CNAME $td/
|
||||
|
|
Loading…
Reference in a new issue