Edit actions to fix bug

This commit is contained in:
Jesse Wierzbinski 2023-11-25 15:32:51 -10:00
parent bf61dc7cea
commit 1ff613ceee
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ jobs:
- name: Build with VitePress - name: Build with VitePress
run: | run: |
bun run docs:build bun run docs:build
touch docs/.vitepress/dist/.nojekyll touch .vitepress/dist/.nojekyll
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v2 uses: actions/upload-pages-artifact@v2
with: with: