Skip to content

Commit

Permalink
chore: rm deprecated actions, rewrite, consolidate restore ci build, …
Browse files Browse the repository at this point in the history
…attempt 4
  • Loading branch information
mwfarb committed Jun 20, 2024
1 parent 3a7d67e commit 1ec947f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ruby-version: '3.5'
bundler-cache: true
- uses: actions/configure-pages@v5
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
- uses: actions/upload-pages-artifact@v3

deploy:
Expand All @@ -38,5 +38,4 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Check html
run: make check
- run: make check

0 comments on commit 1ec947f

Please sign in to comment.