From: Michael Wallner Date: Thu, 8 Feb 2024 14:36:28 +0000 (+0100) Subject: update actions/github-script from v5 to v7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fm6w6.github.io;a=commitdiff_plain;h=HEAD;hp=86244f5b64d9df7fd0687c77c2206aa5f3a93c31;ds=sidebyside update actions/github-script from v5 to v7 --- diff --git a/.github/workflows/sync_site.yml b/.github/workflows/sync_site.yml index 5afa9eb..b5e18f8 100644 --- a/.github/workflows/sync_site.yml +++ b/.github/workflows/sync_site.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - run: umask 0077 && echo "${{ env.SYNC_SECRET }}" >/tmp/sync_secret - - uses: actions/github-script@v5 + - uses: actions/github-script@v7 with: script: | const artifact_id = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/_config.yml b/_config.yml index 0867be6..bd5cc7b 100644 --- a/_config.yml +++ b/_config.yml @@ -75,3 +75,6 @@ exclude: - "*cache*/" - "node*/" +include : + - .well-known + diff --git a/index.html b/index.html index 4a89f63..5a98ac6 100644 --- a/index.html +++ b/index.html @@ -27,20 +27,14 @@ styles: assets/index.css

Contact