Skip to content

Commit

Permalink
ci: remove subgraph from fleek deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Oct 22, 2024
1 parent 04a72aa commit 9fbbbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'yarn'

- name: Install and build
run: yarn && yarn docs:subgraph && yarn optimize-svg && yarn build
run: yarn && yarn optimize-svg && yarn build

- name: Activate Fleek
run: mv fleek_${{ inputs.source_branch }}.json .fleek.json
Expand Down

0 comments on commit 9fbbbaa

Please sign in to comment.