From 3bb9cea09db2fbbb80069059af7f9dcfc100d8be Mon Sep 17 00:00:00 2001 From: Yaroslav Vdovin <52864645+Proza1k@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:52:20 +0000 Subject: [PATCH] fix: directory source with upload page --- .github/workflows/jekyll-gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 868f16c..0a459b8 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: push: - branches: ["master", "gh-pages-1"] + branches: ["master"] workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages @@ -31,6 +31,8 @@ jobs: destination: ./demo - name: Upload artifact uses: actions/upload-pages-artifact@v3 + with: + path: ./demo # Deployment job deploy: