fix broken tab

This commit is contained in:
Ulf Gebhardt 2023-04-03 14:39:57 +02:00
parent a802ef66dd
commit 3b11ef8053
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -13,15 +13,15 @@ jobs:
uses: actions/checkout@master uses: actions/checkout@master
- name: Setup Node 19 - name: Setup Node 19
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19' node-version: '19'
- name: vuepress-deploy - name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@v1.8.1 uses: jenkey2011/vuepress-deploy@v1.8.1
env: env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: "Ocelot-Social-Community/ocelot.social" TARGET_REPO: Ocelot-Social-Community/ocelot.social
TARGET_BRANCH: gh-pages TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run build BUILD_SCRIPT: npm install && npm run build
BUILD_DIR: docs/.vuepress/dist BUILD_DIR: docs/.vuepress/dist