Skip to content

Commit cd68187

Browse files
authored
publish main in subdirectory (#443)
1 parent db3ac2a commit cd68187

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
if: ${{ github.ref == 'refs/heads/main' }}
4444
run: |
4545
cd gh-pages
46-
rm -rf *
4746
touch .nojekyll
48-
cp -r ../build/html/* .
49-
cp ../build/latex/*.pdf .
47+
rm -rf spec
48+
mkdir spec
49+
cd spec
50+
cp -r ../../build/html/* .
51+
cp ../../build/latex/*.pdf .
5052
git config user.name github-actions
5153
git config user.email [email protected]
5254
git add .

0 commit comments

Comments
 (0)