Skip to content

Commit

Permalink
fix README path
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Nov 7, 2024
1 parent a34f007 commit 8789e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- 'main'
paths:
- '/charts/cbioportal/README.md'
- 'charts/cbioportal/README.md'

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
cp -f /charts/cbioportal/README.md ${{ runner.temp }}/README.md
cp -f charts/cbioportal/README.md ${{ runner.temp }}/README.md
- uses: actions/checkout@v4
with:
ref: gh-pages
Expand Down

0 comments on commit 8789e28

Please sign in to comment.