From 6234291ea178b9fa5142d693097516c52b127cd5 Mon Sep 17 00:00:00 2001 From: gallg Date: Wed, 9 Oct 2024 13:06:40 +0200 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index faf72a4..9b646e5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,7 +4,7 @@ on: # Runs on pushes targeting the default branch branches: [main] env: - BASE_URL: /docs/${{ github.event.repository.name }} + BASE_URL: /${{ github.event.repository.name }}/docs # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: