Skip to content

Commit

Permalink
fix(mono): demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Feb 23, 2022
1 parent d30320f commit eb342cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: pnpm run build

- name: Run Unlighthouse CI
run: pnpm ci:docs && ls docs/.unlighthouse
run: pnpm ci:docs && mv docs/.unlighthouse dist
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './docs/.unlighthouse'
publish-dir: './dist'
production-branch: main
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit eb342cb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.