Skip to content

Commit f6dd23c

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

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,8 +11,9 @@ jobs:
1111
steps:
1212
- name: Prereqs
1313
run : |
14-
curl -o ./nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.zip
14+
curl -o nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.zip
1515
tar -xf nd.zip
16+
dir
1617
1718
- name: Checkout Repo
1819
uses: actions/checkout@v4

0 commit comments

Comments
 (0)