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 88eb30d commit a7f0be5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: .
destination: ./_site
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand All @@ -42,10 +37,13 @@ jobs:
run: npm ci
- name: Build dragdrop-components.js Distribuion Bundle
run: npm run build
- name: Add Bundle to Artifact
run: cp -Rpdf ./dist/ ./_site/dist/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: .
destination: ./_site

# Deployment job
deploy:
Expand Down

0 comments on commit a7f0be5

Please sign in to comment.