Skip to content

Commit

Permalink
Update produce_pod.yml
Browse files Browse the repository at this point in the history
add base-url option to pod script
  • Loading branch information
pstaabp authored Jul 18, 2023
1 parent 796ff8b commit 936679e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/produce_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 936679e

Please sign in to comment.