Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Jul 16, 2023
1 parent b87e1bb commit e61c27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
mkdir -p _site/latest
cp -rfv bazel-eclipse-latest/* _site/latest/
cp -rfv .githup/pages/* _site/
cp -rfv .github/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 e61c27c

Please sign in to comment.