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
- 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