We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16182d + ea7139b commit 93cbe31Copy full SHA for 93cbe31
.github/workflows/jekyll-gh-pages.yml
@@ -2,8 +2,7 @@ name: Build and Deploy Jekyll Site
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches:["main"]
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
9
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -23,7 +22,7 @@ jobs:
23
22
runs-on: ubuntu-latest
24
25
steps:
26
- - name: Checkout repository
+ - name: Checkout
27
uses: actions/checkout@v4
28
29
- name: Add safe directory
@@ -51,7 +50,7 @@ jobs:
51
50
token: ${{ secrets.GITHUB_TOKEN }}
52
53
- name: Upload artifact
54
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
55
56
# Deployment job
57
deploy:
0 commit comments