mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
fix broken tab
This commit is contained in:
parent
a802ef66dd
commit
3b11ef8053
8
.github/workflows/vuepress-deploy.yml
vendored
8
.github/workflows/vuepress-deploy.yml
vendored
@ -13,15 +13,15 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@v1.8.1
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
TARGET_REPO: "Ocelot-Social-Community/ocelot.social"
|
||||
TARGET_REPO: Ocelot-Social-Community/ocelot.social
|
||||
TARGET_BRANCH: gh-pages
|
||||
BUILD_SCRIPT: npm install && npm run build
|
||||
BUILD_DIR: docs/.vuepress/dist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user