Skip to content

Commit 93cbe31

Browse files
authored
Merge pull request #2 from thecatfix/dev
made changes to file
2 parents b16182d + ea7139b commit 93cbe31

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build and Deploy Jekyll Site
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches:["main"]
76
# Allows you to run this workflow manually from the Actions tab
87
workflow_dispatch:
98
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -23,7 +22,7 @@ jobs:
2322
runs-on: ubuntu-latest
2423

2524
steps:
26-
- name: Checkout repository
25+
- name: Checkout
2726
uses: actions/checkout@v4
2827

2928
- name: Add safe directory
@@ -51,7 +50,7 @@ jobs:
5150
token: ${{ secrets.GITHUB_TOKEN }}
5251

5352
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1
53+
uses: actions/upload-pages-artifact@v3
5554

5655
# Deployment job
5756
deploy:

0 commit comments

Comments
 (0)