Skip to content

Commit

Permalink
fix: directory source with upload page
Browse files Browse the repository at this point in the history
  • Loading branch information
Proza1k committed Aug 20, 2024
1 parent 28bac6f commit 3bb9cea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -31,6 +31,8 @@ jobs:
destination: ./demo
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./demo

# Deployment job
deploy:
Expand Down

0 comments on commit 3bb9cea

Please sign in to comment.