Skip to content

Commit

Permalink
add a cname directive to the ghp-import command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 18, 2024
1 parent 8ff0bc2 commit 662d29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nikola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Nikola

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
# reuse the venv
venv_nikola/bin/python -m pip install ghp-import
venv_nikola/bin/ghp-import -m"Automatic push by ghp-import" -f -p -r origin -b gh-pages public
venv_nikola/bin/ghp-import -m"Automatic push by ghp-import" -f -p -r origin -b gh-pages --cname=pypy.org public

0 comments on commit 662d29f

Please sign in to comment.