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 864ad61 commit e6d64af
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 @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- run: mkdir ./_site
- name: Build
uses: actions/jekyll-build-pages@v1
- name: Copy static files
Expand Down

0 comments on commit e6d64af

Please sign in to comment.