Skip to content

Commit

Permalink
Output runner uid
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Mar 6, 2024
1 parent 036d6bc commit 3673f57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,18 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
pre-build-command: "mkdir -p docs/build/html && chmod a+x docs/build/html && chown runner:docker docs/build/html"
pre-build-command: "mkdir -p docs/build/html && chmod 777 docs/build/html && chown runner docs/build/html"
- name: "Download coverage report"
uses: actions/download-artifact@v3
with:
name: "html-report"
path: "docs/build/html/htmlcov/"
path: "htmlcov/"
- name: Display permissions information
run: |
ls -la docs/build/html
id
id -u runner
cp -r htmlcov docs/build/html/htmlcov
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 3673f57

Please sign in to comment.