Skip to content

Commit

Permalink
generate empty theme-settings.json to avoid 404
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 17, 2023
1 parent e40bed8 commit 8c676ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
--hosting-base-path NdArray
--disable-indexing
--transform-for-static-hosting
- name: generate theme-settings.json
run: echo '' > theme-settings.json
working-directory: docs
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c676ce

Please sign in to comment.