Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shevchuk committed Jul 10, 2023
1 parent 6a47ca8 commit eaf2ab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
mkdir .public
cp -r javascripts .public
cp -r stylesheets .public
cp -r node_modules/reveal.js .public/javascripts
- name: Copy all HTML files
run: find . -type f -not -path '*/\.*' -not -path './node_modules/*' -not -path './common/*' -name "*.html" -exec cp --parents -t "./.public" {} +
- name: Copy all images directories
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eaf2ab8

Please sign in to comment.