Skip to content

Commit

Permalink
chore: Fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jun 20, 2024
1 parent e509274 commit 337b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BUILD_DIR: docs/_site
BUILD_SCRIPT: export FDOCS_HOST=https://docs.phab.io && yarn install && yarn run docs:build
BUILD_SCRIPT: export FDOCS_HOST=https://docs.phab.io && yarn install --ignore-engines && yarn run docs:build
PAGES_CNAME: docs.phab.io

0 comments on commit 337b320

Please sign in to comment.