We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59b8ad commit 2b7a530Copy full SHA for 2b7a530
.github/workflows/sample_problem_docs.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Parse sample problems
39
run: |
40
perl pg/bin/parse-problem-doc.pl \
41
- --problem_dir=/home/runner/work/pg-docs/pg-docs/pg/doc/sample-problems \
+ --problem_dir=/home/runner/work/pg-docs/pg-docs/pg/tutorial/sample-problems \
42
--out_dir=/home/runner/work/pg-docs/pg-docs/sample-problems \
43
--pod_root=https://openwebwork.github.io/pg-docs/pod \
44
--pg_doc_home=https://openwebwork.github.io/pg-docs/sample-problems
0 commit comments