We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad00d56 + 662d29f commit adeca88Copy full SHA for adeca88
.github/workflows/nikola.yml
@@ -2,7 +2,7 @@
2
3
name: Nikola
4
5
-# Controls when the action will run.
+# Controls when the action will run.
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
push:
@@ -31,4 +31,4 @@ jobs:
31
run: |
32
# reuse the venv
33
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
+ 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