Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Oct 3, 2024
1 parent 69e5962 commit d05f774
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/buid_jekyll.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Jekyll and Push to the repo
name: Build and push Jekyll

on:
push:
Expand All @@ -13,8 +13,12 @@ concurrency:
cancel-in-progress: false

jobs:
build:
push_docs:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d05f774

Please sign in to comment.