We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d42628 commit 7863539Copy full SHA for 7863539
1 file changed
.github/workflows/deploy-docs.yml
@@ -41,13 +41,15 @@ jobs:
41
run: npm run build
42
working-directory: docs
43
44
+ - name: Remove .gitignore from build output
45
+ run: rm -f docs/build/.gitignore
46
+
47
- name: Deploy to GitHub Pages
48
uses: peaceiris/actions-gh-pages@v4
49
with:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: ./docs/build
52
publish_branch: docs
- exclude_assets: '' # <-- this is what was killing the HTML/JS/CSS
53
user_name: 'github-actions[bot]'
54
user_email: 'github-actions[bot]@users.noreply.github.com'
55
commit_message: 'docs: deploy documentation [skip ci]'
0 commit comments