aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-10-05 09:21:55 +0000
committerGravatar GitHub <noreply@github.com> 2020-10-05 09:21:55 +0000
commit4eb4c4e7b21402de7294670116da77475f48e0a2 (patch)
treec7d9a6c72eb5704711d29a3c2bb0d14a22d79751 /.github/workflows/build.yml
parentdbf9a7f2983fb00aee130305fec0019c12eaef76 (diff)
parent3aaa223be1a0eab4444caaf1b0daa6d250832e81 (diff)
downloadrtic-4eb4c4e7b21402de7294670116da77475f48e0a2.tar.gz
rtic-4eb4c4e7b21402de7294670116da77475f48e0a2.tar.zst
rtic-4eb4c4e7b21402de7294670116da77475f48e0a2.zip
Merge #379
379: Fix broken symlink during deploy-stage r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4bc1028c..56183c3a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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/