Skip to content

Commit

Permalink
actions: Quote key strings
Browse files Browse the repository at this point in the history
  • Loading branch information
akkornel committed May 4, 2022
1 parent 1907573 commit 68e9d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Build
uses: ammaraskar/[email protected]
with:
docs-folder: docs/
docs-folder: "docs/"
pre-build-command: "pip install .[docs]"

# Upload the artifact.
- name: Upload
uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: docs/_build/html
name: "DocumentationHTML"
path: "docs/_build/html"

# We'll deploy at some point!

0 comments on commit 68e9d65

Please sign in to comment.