Skip to content

Commit

Permalink
Merge pull request #5 from BITNP/history
Browse files Browse the repository at this point in the history
ci: Fix RSS dates
  • Loading branch information
everything411 authored Nov 1, 2024
2 parents b843b92 + 1fb6861 commit 97aa774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # RSS plugin needs all history
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 97aa774

Please sign in to comment.