Skip to content

Commit

Permalink
ci: try work around
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Aug 4, 2023
1 parent 9ee997e commit 26d8e77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
with:
node-version: 14.x
- run: npm install --engine-strict --no-lockfile
- run: |
git config --global --add safe.directory /github/workspace
npm run docs:build
- run: npm run docs:build
- run: chown root:root .
- uses: malept/github-action-gh-pages@main # TODO: SHA this
with:
defaultBranch: main
Expand Down

0 comments on commit 26d8e77

Please sign in to comment.