From 662d29fdf6e6978c38bb2d73fbfa6ee8e3f41b0d Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Thu, 18 Jul 2024 05:56:08 +0300 Subject: [PATCH] add a cname directive to the ghp-import command --- .github/workflows/nikola.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nikola.yml b/.github/workflows/nikola.yml index 537046604..a09a9d88a 100644 --- a/.github/workflows/nikola.yml +++ b/.github/workflows/nikola.yml @@ -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: @@ -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