Skip to content

Commit

Permalink
Change assembling
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Jul 16, 2023
1 parent 292bc9b commit b87e1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Assemble pages folder
run: |
mkdir -p _site/latest
cp -rfv bazel-eclipse-latest/ _site/latest
cp -rfv .githup/pages/ _site
cp -rfv bazel-eclipse-latest/* _site/latest/
cp -rfv .githup/pages/* _site/
chmod -c -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
Expand Down

0 comments on commit b87e1bb

Please sign in to comment.