Skip to content

Commit

Permalink
let's hope that fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Dec 14, 2023
1 parent cd07b84 commit e505a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch .vitepress/dist/.nojekyll
- name: move pure-html to dist
run: |
mv pure-html/* .vitepress/dist/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
File renamed without changes.

0 comments on commit e505a5a

Please sign in to comment.