Skip to content

Commit

Permalink
Update build script for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-zaiaev committed Jun 10, 2024
1 parent 028c04a commit 1fea0c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
# Standard usage
- uses: helaili/jekyll-action@v2
- name: Setup Pages
uses: actions/configure-pages@v5

# Build an artefact
- name: Build
uses: actions/jekyll-build-pages@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

0 comments on commit 1fea0c5

Please sign in to comment.