Skip to content

Commit 32e83eb

Browse files
committed
Updated pages-workflow run command
1 parent b1f16b7 commit 32e83eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pages-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Run Natural-Docs
21-
run: '"Natural Docs\NaturalDocs.exe" ${{ github.event.repository.name }}/docs/config'
21+
run: |
22+
dir
23+
'"Natural Docs\NaturalDocs.exe" ${{ github.event.repository.name }}\docs\config'

0 commit comments

Comments
 (0)