Skip to content

Commit 55691e8

Browse files
committed
Updated pages-workflow run command
1 parent f6dd23c commit 55691e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- name: Prereqs
1313
run : |
14+
cd ..
1415
curl -o nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.zip
1516
tar -xf nd.zip
1617
dir
@@ -21,4 +22,4 @@ jobs:
2122
- name: Run Natural-Docs
2223
run: |
2324
dir
24-
'"Natural Docs\NaturalDocs.exe" ${{ github.event.repository.name }}\docs\config'
25+
'"..\Natural Docs\NaturalDocs.exe" ${{ github.event.repository.name }}\docs\config'

0 commit comments

Comments
 (0)