Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Dec 27, 2019
1 parent fe58813 commit 0ccca7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
- name: Build
run: |
make docs
sudo chmod 775 build/docs/README.md
sudo chmod -R 775 build
ls -l build
ls -l build/docs/
cat build/docs/README.md
- name: Upload Artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 0ccca7a

Please sign in to comment.