Skip to content

Commit 9a51056

Browse files
committed
ci: fix error #1
1 parent 3f1e115 commit 9a51056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Go to site directory
16-
run: cd site/
16+
run: pwd ; cd site
1717

1818
- name: Setup Node.js
1919
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)