We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc4f1d commit 9b837d2Copy full SHA for 9b837d2
.github/workflows/publish-docs.yml
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ github.event_name == 'pull_request' }}
37
uses: rossjrw/pr-preview-action@v1
38
with:
39
- source-dir: quiil-py/build/docs
+ source-dir: quil-py/build/docs
40
- name: Upload pages artifact
41
uses: actions/upload-pages-artifact@v2
42
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.event.release.tag_name, 'quil-py/v') }}
0 commit comments