Skip to content

Commit

Permalink
fix workflow deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Feb 10, 2025
1 parent 460efdb commit 0051447
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ updates:
- package-ecosystem: bundler
directory: /site
schedule:
interval: daily
interval: weekly
allow:
- dependency-type: direct

- package-ecosystem: github-actions
directory: /.github
schedule:
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: '${{ github.workspace }}/site'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
Expand All @@ -65,4 +65,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 0051447

Please sign in to comment.