Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/prhtmlgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build docker image - PR
run: docker build -t rss-bridge-pr .
- name: Clear workspace
run: rm -r *
run: rm -r * .*
- name: Checkout - Current
uses: actions/checkout@v5
- name: Build docker image - Current
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
upload-test-results:
name: Upload to GitHub Pages repository
runs-on: ubuntu-latest
needs: comment-pr
needs: test-pr
if: needs.checks.outputs.WITH_UPLOAD == 'true'
steps:
- uses: actions/checkout@v5
Expand Down