Skip to content

Commit

Permalink
Add Dockerfile-OTBTF for building image later on
Browse files Browse the repository at this point in the history
Try fixing the documentation action
  • Loading branch information
gfenoy committed May 25, 2023
1 parent 45eeec8 commit 2ac8d6a
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build the Documentation using sphinx Docker image
run: |
docker run --rm -v $(pwd)/docs:/docs sphinxdoc/sphinx make html ;
Expand Down

0 comments on commit 2ac8d6a

Please sign in to comment.