mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +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
|
- name: Build books
|
||||||
run: |
|
run: |
|
||||||
langs=( en ru )
|
langs=( en ru )
|
||||||
devver=dev
|
devver=( dev )
|
||||||
# Query git for tagged releases, all releases start with "v"
|
# Query git for tagged releases, all releases start with "v"
|
||||||
# followed by MAJOR.MINOR.PATCH, see semver.org
|
# followed by MAJOR.MINOR.PATCH, see semver.org
|
||||||
# Then remove all pre-releases/tags with hyphens (-).
|
# Then remove all pre-releases/tags with hyphens (-).
|
||||||
|
@ -631,7 +631,7 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
# Create alias for the stable release
|
# Create alias for the stable release
|
||||||
ln -s $td/$stable $td/stable
|
ln -s $stable $td/stable
|
||||||
|
|
||||||
# Forward CNAME file
|
# Forward CNAME file
|
||||||
cp CNAME $td/
|
cp CNAME $td/
|
||||||
|
|
Loading…
Reference in a new issue