We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cd13a commit bc312deCopy full SHA for bc312de
.github/workflows/publish-site.yaml
@@ -48,5 +48,4 @@ jobs:
48
needs: build
49
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
50
with:
51
- cname: projectpythia.org
52
publish_dir: 'portal/_build/html'
.github/workflows/trigger-preview.yaml
@@ -19,7 +19,6 @@ jobs:
19
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
20
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
21
is_preview: 'true'
22
23
24
25
preview-comment:
0 commit comments