Skip to content

Commit

Permalink
Fix bad yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Apr 27, 2023
1 parent 1cbd5f9 commit fade127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y git
pre-build-command: "apt-get update -y && apt-get install -y git"
docs-folder: "doc/"
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fade127

Please sign in to comment.