Skip to content

Commit

Permalink
Attempt to fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Oct 11, 2023
1 parent c8369e5 commit 48c23b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fix permissions
run: mkdir ./_site
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 48c23b6

Please sign in to comment.