Skip to content

Commit

Permalink
Remove cname input to deploy-book workflow (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored Nov 8, 2024
1 parent e4cd13a commit edb91d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ jobs:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
cname: projectpythia.org
publish_dir: 'portal/_build/html'
1 change: 0 additions & 1 deletion .github/workflows/trigger-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
is_preview: 'true'
cname: projectpythia.org
publish_dir: 'portal/_build/html'

preview-comment:
Expand Down

0 comments on commit edb91d1

Please sign in to comment.