Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test1d
  • Loading branch information
w. Patrick Gale committed Jan 19, 2023
commit e704b7cee6a4139a6581748f501fc07e75468c18
2 changes: 1 addition & 1 deletion .github/workflows/action-sphinx-doc-build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build PDF document
run: |
cd "$GITHUB_WORKSPACE$/doc/sphinx-guides"
cd "$GITHUB_WORKSPACE/doc/sphinx-guides"
docker run --rm -v "$GITHUB_WORKSPACE/${{ env.ROOT_DATAVERSE_SG }}:/docs" ${{ env.DKR_DV_PDF }} make latexpdf

- name: Build and push
Expand Down