Skip to content

Commit

Permalink
workaround for checkout errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cengique committed Feb 8, 2023
1 parent da58492 commit 8f78f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
container:
image: ubuntu

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 8f78f6d

Please sign in to comment.