Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Makkkkus committed Mar 23, 2024
1 parent ebd517e commit 71fbb33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -36,6 +32,10 @@ jobs:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 71fbb33

Please sign in to comment.