Skip to content

Commit

Permalink
ops: re-add and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Nov 29, 2023
1 parent ced96a0 commit a2e3e56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/cache
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: jeffreytse/jekyll-deploy-action
- uses: jeffreytse/jekyll-deploy-action@v0.5.0
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a2e3e56

Please sign in to comment.