Skip to content

Commit 441dfe7

Browse files
committed
ci: fix error #2
1 parent 9a51056 commit 441dfe7

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: pwd ; cd site
16+
run: cd site ; pwd
1717

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

0 commit comments

Comments
 (0)