Skip to content

Commit bc312de

Browse files
committed
Remove cname input to deploy-book workflow
1 parent e4cd13a commit bc312de

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-site.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ jobs:
4848
needs: build
4949
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
5050
with:
51-
cname: projectpythia.org
5251
publish_dir: 'portal/_build/html'

.github/workflows/trigger-preview.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
2020
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
2121
is_preview: 'true'
22-
cname: projectpythia.org
2322
publish_dir: 'portal/_build/html'
2423

2524
preview-comment:

0 commit comments

Comments
 (0)