Skip to content

Commit

Permalink
Fixed syntax in in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kylereddoch committed Aug 27, 2024
1 parent 797d4d9 commit a5fc501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-build.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- name: Build Jekyll for GitHub Pages
uses: actions/jekyll-build-pages@v1.0.13
name: Build Jekyll for GitHub Pages
- uses: actions/jekyll-build-pages@v1.0.13
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v4.0.5
name: Deploy GitHub Pages site
- uses: actions/deploy-pages@v4.0.5

0 comments on commit a5fc501

Please sign in to comment.