Merge branch 'master' into feat/mobile
This commit is contained in:
6
.github/workflows/deploy-pages.yml
vendored
6
.github/workflows/deploy-pages.yml
vendored
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
branches: [ 'feat/mobile' ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@@ -52,3 +52,7 @@ jobs:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
publish_branch: gh-pages
|
||||
|
||||
Reference in New Issue
Block a user