Skip to content

Commit

Permalink
ci: try upstream workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Aug 16, 2023
1 parent 26d8e77 commit 44cf829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
node-version: 14.x
- run: npm install --engine-strict --no-lockfile
- run: npm run docs:build
- run: chown root:root .
- uses: malept/github-action-gh-pages@main # TODO: SHA this
- uses: dsanders11/github-action-gh-pages@test-fix # TODO: SHA this
with:
defaultBranch: main
docsPath: typedoc
Expand Down

0 comments on commit 44cf829

Please sign in to comment.