Skip to content

Commit

Permalink
Update deploy-craft-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek authored Nov 23, 2023
1 parent f11bd25 commit 6512a54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-craft-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
with:
ref: ${{ github.event.inputs.ref || github.ref }}

- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'

- name: Install npm dependencies
run: npm install

- name: Run build task
run: npm run docs:build

- name: Deploy files to server
uses: easingthemes/[email protected]
env:
Expand Down

0 comments on commit 6512a54

Please sign in to comment.