Skip to content

Commit

Permalink
Merge pull request #9 from Autojidelna/adding-appStore.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken authored Dec 14, 2023
2 parents cd07b84 + e505a5a commit 2eae7a3
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 2eae7a3

Please sign in to comment.