Skip to content

Commit 3f1e115

Browse files
committed
ci: changed workflow to accomodate new directory
1 parent d581b8b commit 3f1e115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14+
15+
- name: Go to site directory
16+
run: cd site/
1417

1518
- name: Setup Node.js
1619
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)