Skip to content

Commit d11c720

Browse files
committed
test
1 parent 5535bc2 commit d11c720

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
cd $CURDIR
115115
mkdir -p public/docs/$PACKAGE/$I
116116
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
119117
done
118+
ln -s $I public/docs/$PACKAGE/latest
119+
ls -l public/docs/$PACKAGE
120120
121121
- name: Build libplist documentation
122122
shell: bash
@@ -145,10 +145,9 @@ jobs:
145145
cd $CURDIR
146146
mkdir -p public/docs/$PACKAGE/$I
147147
cp -r $PACKAGE-$I/docs/html/* public/docs/$PACKAGE/$I/
148-
ln -s -f $I public/docs/$PACKAGE/latest
149-
ls -l public/docs/$PACKAGE/
150148
done
151-
149+
ln -s $I public/docs/$PACKAGE/latest
150+
ls -l public/docs/$PACKAGE
152151
153152
- name: Deploy 🚀
154153
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)