summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-20 16:06:39 +0200
committerGitHub <noreply@github.com>2022-09-20 16:06:39 +0200
commit48d43a83f675db8f5f13755081e56b3cde1a7207 (patch)
tree8a485a69b551559f1cffc72720d751b65de311d6 /.github/workflows/build.yml
parentbe6e960118f6da04197fa8e78f3b1e70675c3577 (diff)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1cbae325..23e627c2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -92,14 +92,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: