From ac32990acd3a5e7e7ccba964f8d396d6574b8fce Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Mon, 6 Jan 2025 22:29:07 +0100 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20Format=20the=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/documentation.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 53f2e10..e52f233 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,8 +1,8 @@ -name: ci +--- +name: ci on: push: - branches: - - main + branches: [main] permissions: contents: write jobs: @@ -17,12 +17,12 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x - - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV + - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - uses: actions/cache@v4 with: key: mkdocs-material-${{ env.cache_id }} path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install mkdocs-material - run: mkdocs gh-deploy --force