Skip to content

Commit

Permalink
github-workflows: fix gh-pages bundle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Nov 15, 2023
1 parent a7f0be5 commit 98b016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
run: npm ci
- name: Build dragdrop-components.js Distribuion Bundle
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: .
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

# Deployment job
deploy:
Expand Down

0 comments on commit 98b016c

Please sign in to comment.