From 48d43a83f675db8f5f13755081e56b3cde1a7207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:06:39 +0200 Subject: ci: Bump actions/configure-pages from 1 to 2 (#99) Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 1 to 2. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/pages.yml') diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index aa10c2eb..7f198c62 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,14 +26,14 @@ jobs: cache-dependency-path: site/package-lock.json - name: Setup Pages id: pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v2 - name: Install dependencies run: npm ci - name: Build with Docusaurus run: npm run build env: DOCUSAURUS_URL: ${{ steps.pages.outputs.origin }} - DOCUSAURUS_BASE_PATH: ${{ steps.pages.outputs.base_path }} + DOCUSAURUS_BASE_PATH: ${{ steps.pages.outputs.base_path }}/ - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: -- cgit v1.2.3