mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Merge #379
379: Fix broken symlink during deploy-stage r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
commit
4eb4c4e7b2
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