Skip to content

Commit

Permalink
fix: copy not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Phliipp Jenni committed Jan 13, 2024
1 parent 502a3e8 commit e8a2a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
mkdir "docs"
cp "ng16/docs/index.html" "docs/index.html"
mkdir "docs/ng16"
cp -R "ng16/docs/bootstrap*" "docs/ng16/"
cp -R ng16/docs/bootstrap* "docs/ng16/"
mkdir "docs/ng13"
cp -R "ng13/docs/bootstrap*" "docs/ng13/"
cp -R ng13/docs/bootstrap* "docs/ng13/"
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit e8a2a21

Please sign in to comment.