diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2024-04-08 21:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 21:56:09 +0200 |
| commit | 4cbacc5fd8d9a9f0918d60f881675b40864568b1 (patch) | |
| tree | 03c46bba5a127e6c0501497b983a3831332c0283 | |
| parent | afd663213ce22a2749d1faa75c25f0ad14896204 (diff) | |
| parent | dafa0589cb45b9f1630c7c9ffba78468d5ecef05 (diff) | |
| download | Meta-Launcher-4cbacc5fd8d9a9f0918d60f881675b40864568b1.tar.gz Meta-Launcher-4cbacc5fd8d9a9f0918d60f881675b40864568b1.zip | |
Merge pull request #9 from PrismLauncher/renovate/peaceiris-actions-gh-pages-4.x
Update peaceiris/actions-gh-pages action to v4
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28ca5f1ef..e43cf2eae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: cp .github/CNAME _site/CNAME - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: publish_dir: ./_site github_token: ${{ secrets.GITHUB_TOKEN }} |
