Skip to content

Commit

Permalink
fix: ci path error
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayheaven committed Jan 17, 2024
1 parent b26aa96 commit 1ff3e6f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
with:
node-version: "18"

- name: Enter the directory
run: cd docs/go-gin-boilerplate

- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Install & Build
run: |
cd docs/go-gin-boilerplate
npm install
npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 1ff3e6f

Please sign in to comment.