Skip to content

Commit

Permalink
Merge pull request #60 from MahamoudTBS/patch-1
Browse files Browse the repository at this point in the history
Update build-jeckyll.yml - updated jekyll-deploy-action v0.5.1
  • Loading branch information
Reidmar authored Feb 15, 2024
2 parents 5b0bae1 + c260c07 commit 7efd38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-jeckyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
- 8080:8080

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/jekyll-deploy-action@v0.3.1
- uses: jeffreytse/jekyll-deploy-action@v0.5.1
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)
Expand Down

0 comments on commit 7efd38f

Please sign in to comment.