Skip to content

Commit a2b0d03

Browse files
committed
Small fix
1 parent ab0e3c7 commit a2b0d03

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
21
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
32

43
on:
5-
# Runs on pushes targeting the default branch
64
push:
75
branches: ["main"]
86

9-
# Allows you to run this workflow manually from the Actions tab
107
workflow_dispatch:
118

12-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
139
permissions:
1410
contents: read
1511
pages: write
1612
id-token: write
1713

18-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2014
concurrency:
2115
group: "pages"
2216
cancel-in-progress: false
@@ -33,5 +27,5 @@ jobs:
3327
- { name: Setup Pages, uses: actions/configure-pages@v3 }
3428
- { name: Build with Jekyll, uses: actions/jekyll-build-pages@v1, with: { source: ./, destination: ./_site } }
3529
- { name: Check broken links, run: "npx --yes broken-link-checker-local _site --filter-level=3 -e -r" }
36-
- { name: Upload artifact, uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa }
37-
- { name: Deploy to GitHub Pages, uses: actions/deploy-pages@v1, with: { folder: ./_site } }
30+
- { name: Upload artifact, uses: actions/upload-pages-artifact@v1, with: { path: ./_site } }
31+
- { name: Deploy to GitHub Pages, uses: actions/deploy-pages@v1 }

0 commit comments

Comments
 (0)