Skip to content

Commit 2b7a530

Browse files
committed
Fix the location of the sample problems in the pg root directory.
1 parent c59b8ad commit 2b7a530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample_problem_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Parse sample problems
3939
run: |
4040
perl pg/bin/parse-problem-doc.pl \
41-
--problem_dir=/home/runner/work/pg-docs/pg-docs/pg/doc/sample-problems \
41+
--problem_dir=/home/runner/work/pg-docs/pg-docs/pg/tutorial/sample-problems \
4242
--out_dir=/home/runner/work/pg-docs/pg-docs/sample-problems \
4343
--pod_root=https://openwebwork.github.io/pg-docs/pod \
4444
--pg_doc_home=https://openwebwork.github.io/pg-docs/sample-problems

0 commit comments

Comments
 (0)