Skip to content

Commit

Permalink
docs: deploy website - second try
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Sep 7, 2023
1 parent ca1daad commit 3c3af89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@ jobs:
cache: npm

- name: Install dependencies
run: npm ci
working-directory: ./website
run: npm ci


- name: Build website
working-directory: ./website
run: |
npm run build
working-directory: ./website
env:
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 3c3af89

Please sign in to comment.