From 936679ea58d7dca48f8f5014e837ba356ef6ad49 Mon Sep 17 00:00:00 2001 From: Peter Staab Date: Tue, 18 Jul 2023 08:48:55 -0400 Subject: [PATCH] Update produce_pod.yml add base-url option to pod script --- .github/workflows/produce_pod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/produce_pod.yml b/.github/workflows/produce_pod.yml index cf3399a..d4c6b9e 100644 --- a/.github/workflows/produce_pod.yml +++ b/.github/workflows/produce_pod.yml @@ -48,7 +48,8 @@ jobs: run: | perl webwork2/bin/dev_scripts/generate-ww-pg-pod.pl -v \ --pg-root=/home/runner/work/pg-docs/pg-docs/pg \ - --output-dir=/home/runner/work/pg-docs/pg-docs/pod + --output-dir=/home/runner/work/pg-docs/pg-docs/pod \ + --base-url=https://openwebwork.github.io/pg-docs/pod - name: remove pg and webwork code run: | rm -rf pg