From c784ad248b5c80609b5556fccec26d912b3597e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 11 Dec 2023 14:18:53 +0100 Subject: [PATCH] Remove 'VUEPRESS_BASE' from 'vuepress-deploy.yml' - Because now we publish to ocelot.social via GitHub pages --- .github/workflows/vuepress-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index cdc4936..0d5df55 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -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