Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamValue authored Aug 17, 2023
1 parent cd05a48 commit c517096
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Jekyll Action
uses: lemonarc/jekyll-action@1.0.0
- name: Jekyll Deploy Action
uses: jeffreytse/jekyll-deploy-action@v0.5.0
with:
token: ${{ secrets.JEKYLL_PAT }}

0 comments on commit c517096

Please sign in to comment.