Skip to content

Commit 7644581

Browse files
committed
Updated pages-workflow run command
1 parent 94f1c27 commit 7644581

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pages-workflow.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ jobs:
1212
- name: Prereqs
1313
run : |
1414
cd ..
15-
curl -o nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.zip
16-
tar -xf nd.zip
17-
dir
15+
curl -o nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.msi
16+
Natural_Docs.2.3.1.msi
1817
1918
- name: Checkout Repo
2019
uses: actions/checkout@v4
2120

2221
- name: Run Natural-Docs
2322
run: |
2423
dir
25-
..\Natural Docs\NaturalDocs.exe docs\config
24+
NaturalDocs docs\config
2625
cd docs
2726
dir

0 commit comments

Comments
 (0)