We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5535bc2 commit d11c720Copy full SHA for d11c720
.github/workflows/build-deploy.yml
@@ -114,9 +114,9 @@ jobs:
114
cd $CURDIR
115
mkdir -p public/docs/$PACKAGE/$I
116
cp -r $PACKAGE-$I/docs/html/* public/docs/$PACKAGE/$I/
117
- ln -s -f $I public/docs/$PACKAGE/latest
118
- ls -l public/docs/$PACKAGE
119
done
+ ln -s $I public/docs/$PACKAGE/latest
+ ls -l public/docs/$PACKAGE
120
121
- name: Build libplist documentation
122
shell: bash
@@ -145,10 +145,9 @@ jobs:
145
146
147
148
149
- ls -l public/docs/$PACKAGE/
150
151
-
152
153
- name: Deploy 🚀
154
uses: JamesIves/[email protected]
0 commit comments