From aaa65ed1d7acbb680dc0f9562ed259f8d8d32b56 Mon Sep 17 00:00:00 2001 From: Kichibekov Ramiz Date: Sat, 6 Apr 2024 23:13:13 +0400 Subject: [PATCH] Update publish-pages.yml --- .github/workflows/publish-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index 082d799..ba333d1 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -35,8 +35,8 @@ jobs: # --hosting-base-path master \ # --output-path docs; # echo "" > docs/index.html; - - name: Fix permissions - uses: actions/jekyll-build-pages@v1.0.12 - with: - destination: ./docs + - name: Build Pages + uses: actions/jekyll-build-pages@v1.0.12 + with: + destination: ./docs