Remove 'VUEPRESS_BASE' from 'vuepress-deploy.yml'

- Because now we publish to ocelot.social via GitHub pages
This commit is contained in:
Wolfgang Huß 2023-12-11 14:18:53 +01:00 committed by GitHub
parent affeb105fd
commit c784ad248b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ jobs:
- name: Build Vuepress Pages
run: npm install && npm run build
env:
VUEPRESS_BASE: '/ocelot.social/'
# env:
# VUEPRESS_BASE: '/ocelot.social/'
- name: Deploy Vuepress to Github Pages
uses: crazy-max/ghaction-github-pages@v4