Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox authored Mar 22, 2024
1 parent c898905 commit 6619cc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
node-version: "20"

- name: Install and Build 🔧
working-directory: report-viewer
run: |
npm install
npm run build
Expand All @@ -27,4 +26,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: dist
folder: dist

0 comments on commit 6619cc4

Please sign in to comment.