We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559fad6 commit 88cd753Copy full SHA for 88cd753
.github/workflows/node.js.yml
@@ -16,5 +16,5 @@ jobs:
16
- uses: actions/checkout@master
17
- name: Install Dependencies
18
run: yarn install
19
- - name: Build
20
- run: yarn build
+ - name: Build and generate static output
+ run: yarn deploy
0 commit comments