Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-fadli-netatmo committed Sep 26, 2023
1 parent beb5593 commit 73913da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
#
# To get started with Gatsby see: https://www.gatsbyjs.com/docs/quick-start/
#
name: Deploy Gatsby site to Pages
name: Deploy Gatsby ZAP doc to githup pages

# Set env vars for build
env:
ZAP_SQLITE_FILE: data/zap.sqlite
ZAP_JSON_DESCRIPTORS_FOLDER: data/descriptors

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -78,6 +83,7 @@ jobs:
- name: Build with Gatsby
env:
PREFIX_PATHS: "true"

run: ${{ steps.detect-package-manager.outputs.manager }} run build --prefix-paths
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 73913da

Please sign in to comment.