Skip to content

Commit

Permalink
Try workaround in actions/jekyll-build-pages#101
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 30, 2023
1 parent 5c49293 commit 961b133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: mkdir -p _site
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build
Expand Down

0 comments on commit 961b133

Please sign in to comment.