Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim authored Oct 8, 2024
1 parent 7b682b4 commit 490c95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# mv index.html gh-pages/index.html
- name: Copy output
run: |
mkdir gh-pages/output/
mv output/* gh-pages/output/
- name: Commit and push changes
Expand Down

0 comments on commit 490c95a

Please sign in to comment.