diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-20 16:06:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-20 16:06:39 +0200 |
| commit | 48d43a83f675db8f5f13755081e56b3cde1a7207 (patch) | |
| tree | 8a485a69b551559f1cffc72720d751b65de311d6 /.github/workflows/pages.yml | |
| parent | be6e960118f6da04197fa8e78f3b1e70675c3577 (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/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
