Skip to content

Commit

Permalink
removing tex and .git* from CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Grahn committed Dec 14, 2023
1 parent 6418a64 commit a7dcfa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Rename
run: mv ABLoopPlayer.html index.html
run: |
rm -rf .git*
rm -r tex
mv ABLoopPlayer.html index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pages:
script:
- mkdir .public
- cp -r * .public/
- cp -r [A-Za-sz]* .public/
- mv .public/ABLoopPlayer.html .public/index.html
- mv .public public
artifacts:
Expand Down
Binary file modified zip/ABLoopPlayer.zip
Binary file not shown.

0 comments on commit a7dcfa8

Please sign in to comment.