Skip to content

Commit

Permalink
Update produce_pod.yml
Browse files Browse the repository at this point in the history
Change output location
  • Loading branch information
pstaabp authored Jul 18, 2023
1 parent e433c95 commit e1431eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/produce_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,9 @@ jobs:
# Run the generate pod script
- name: create POD
run: |
ls -l webwork2
ls -l /home/runner/work/pg-docs/pg-docs/webwork2
ls -l pg
perl webwork2/bin/dev_scripts/generate-ww-pg-pod.pl -v \
--webwork-root=/home/runner/work/pg-docs/pg-docs/webwork2 \
--pg-root=/home/runner/work/pg-docs/pg-docs/pg \
--output-dir=pod
--output-dir=/home/runner/work/pg-docs/pg-docs/pod
- name: remove pg and webwork code
run: |
rm -rf pg
Expand Down

0 comments on commit e1431eb

Please sign in to comment.