Skip to content

Commit

Permalink
Run jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Oct 13, 2024
1 parent d74bd8d commit d01eb52
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,15 @@ jobs:
with:
name: html
path: docs
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
path: .

deploy:
concurrency:
Expand Down

0 comments on commit d01eb52

Please sign in to comment.