Skip to content

Commit

Permalink
fix bug in github actions website
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlcontreras committed Dec 4, 2024
1 parent bbbe302 commit d754f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Checkout project
uses: actions/checkout@v2

- name: Copy README.md to website/_includes/index.md
- name: Copy README.md to website/index.md
run: |
mkdir -p website/_includes
cp README.md website/_includes/index.md
cp README.md website/index.md
- name: Print files to upstream
run: python3 scripts/upstreaming_dashboard.py
Expand Down

0 comments on commit d754f1e

Please sign in to comment.