From 1bb1100b383b14ba7cd5e11bd4b4c42ddf30cc82 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 4 Jan 2023 17:49:53 +0100 Subject: [PATCH] Update build-docs.yaml --- .github/workflows/build-docs.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 0f72c3d..0777ea5 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -13,10 +13,6 @@ on: - 'main' jobs: - ######################################################################################### - ## Build the documentation using mkdocs - ## It will be pushed to the gh-pages branch - ######################################################################################### build-documentation: # The type of runner that the job will run on runs-on: ubuntu-latest @@ -32,10 +28,10 @@ jobs: ${{ runner.os }}-pip- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 - run: | pip install --upgrade pip && pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin mkdocs-material git config user.name 'github-actions[bot]'