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 3da12b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Rename
run: rm -rf .git*
run: rm -r tex
run: mv ABLoopPlayer.html index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
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 3da12b2

Please sign in to comment.