From d555530a2e06fff1331e97e3b82c79a1d4348f45 Mon Sep 17 00:00:00 2001 From: Peter Staab Date: Tue, 18 Jul 2023 08:25:39 -0400 Subject: [PATCH] Update path to sample problems. --- .github/workflows/sample_problem_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample_problem_docs.yml b/.github/workflows/sample_problem_docs.yml index c29b3e3..1063d83 100644 --- a/.github/workflows/sample_problem_docs.yml +++ b/.github/workflows/sample_problem_docs.yml @@ -42,7 +42,7 @@ jobs: - name: parse sample problems run: | perl pg/bin/parse-problem-doc.pl \ - --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 \ --out_dir=/home/runner/work/pg-docs/pg-docs/sample-problems \ --pod_root=https://openwebwork.github.io/pg-docs/pod \ --pg_doc_home=https://openwebwork.github.io/pg-docs/sample-problems