Skip to content

Commit

Permalink
fix: disable nonexistent folders
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Jul 28, 2024
1 parent af346b9 commit f17a4c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Prepare assets
run: |
mkdir -p output_dir
cp -r audio fonts images misc videos output_dir/
# cp -r audio fonts images misc videos output_dir/
cp -r images output_dir/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f17a4c2

Please sign in to comment.