Skip to content

Commit

Permalink
update verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idat50me committed May 5, 2024
1 parent 444b205 commit a835d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
key: ${{ runner.os }}-verify-result-${{ github.sha }}

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand All @@ -220,4 +220,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit a835d7c

Please sign in to comment.