Skip to content

Commit

Permalink
Merge pull request #11 from zainasir/fix/sync-readme
Browse files Browse the repository at this point in the history
fix README path
  • Loading branch information
zainasir authored Nov 7, 2024
2 parents a34f007 + 8789e28 commit a109661
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 a109661

Please sign in to comment.