Skip to content

Commit

Permalink
update github actions (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy authored May 27, 2024
1 parent 625b3ec commit 31a5281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
environment: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: jeffreytse/jekyll-deploy-action@v0.3.1
- uses: jeffreytse/jekyll-deploy-action@v0.6.0
with:
provider: "github"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 31a5281

Please sign in to comment.