Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
upload pages artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 20, 2023
1 parent 98ffe11 commit f0de813
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ckg-site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,17 @@ jobs:
- name: Check built artifacts
run: ls -l _site

- uses: actions/upload-artifact@v2
- name: Fix permissions
run: |
chmod -v -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
name: github-pages
path: ./_site
path: _site

# Deploy job
deploy:
Expand Down

0 comments on commit f0de813

Please sign in to comment.