Skip to content

Commit 662d29f

Browse files
committed
add a cname directive to the ghp-import command
1 parent 8ff0bc2 commit 662d29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nikola.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: Nikola
44

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

0 commit comments

Comments
 (0)