From 862934d83981b2753cd930c507236f7f403d0207 Mon Sep 17 00:00:00 2001 From: SteveXMH <39523898+Steve-xmh@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:25:34 +0800 Subject: [PATCH] Update git-page.yaml --- .github/workflows/git-page.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-page.yaml b/.github/workflows/git-page.yaml index 0b731f5..dff0552 100644 --- a/.github/workflows/git-page.yaml +++ b/.github/workflows/git-page.yaml @@ -20,7 +20,7 @@ jobs: DEBIAN_FRONTEND: noninteractive run: | sudo DEBIAN_FRONTEND=noninteractive apt-get -yq update - sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libgtk-3-dev libwebkit2gtk-4.0-dev + sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libgtk-3-dev libwebkit2gtk-4.1-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev - uses: actions/setup-python@v2 with: python-version: 3.x @@ -49,4 +49,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site \ No newline at end of file + publish_dir: ./site