Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from thecatfix/dev
Browse files Browse the repository at this point in the history
made changes to file
  • Loading branch information
thecatfix authored Aug 7, 2024
2 parents b16182d + ea7139b commit 93cbe31
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build and Deploy Jekyll Site

on:
push:
branches:
- main
branches:["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -23,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
- name: Checkout
uses: actions/checkout@v4

- name: Add safe directory
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand Down

0 comments on commit 93cbe31

Please sign in to comment.