From d754f1ee5ec137c1aacc4e9897a8b001fdb870f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20L=C3=B3pez-Contreras?= Date: Wed, 4 Dec 2024 13:46:41 +0000 Subject: [PATCH] fix bug in github actions website --- .github/workflows/push_master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 69667104a6..d323ceb87c 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -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