Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Mar 28, 2024
1 parent 7deaf9a commit c53729b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
- run: npm ci
- run: npm run build
- run: echo 'robo.li' > ./docs/.vuepress/dist/CNAME
- run: cp release/robo.phar ./docs/.vuepress/dist
- run: echo 'robo.li' > ./docs/.vitepress/dist/CNAME
- run: cp release/robo.phar ./docs/.vitepress/dist

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs/.vuepress/dist/
publish_dir: ./docs/.vitepress/dist/
force_orphan: true
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npm-debug.log
coverage/
run
dist
cache
.cache
.temp
.DS_Store
Expand Down

0 comments on commit c53729b

Please sign in to comment.