Skip to content

Commit

Permalink
Remove cname argument to publish-book action (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored Nov 14, 2024
1 parent e198bca commit 0a92f87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ jobs:
deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
cname: foundations.projectpythia.org
1 change: 0 additions & 1 deletion .github/workflows/trigger-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: foundations.projectpythia.org

preview-comment:
needs: find-pull-request
Expand Down

0 comments on commit 0a92f87

Please sign in to comment.