diff --git a/.github/actions/scripts/copy-static-files.sh b/.github/actions/scripts/copy-static-files.sh index cad3e65a4..66130c2b3 100755 --- a/.github/actions/scripts/copy-static-files.sh +++ b/.github/actions/scripts/copy-static-files.sh @@ -1,9 +1,9 @@ #!/bin/bash # Source directory in the main branch -SOURCE_DIR=".github/actions/static_files" +SOURCE_DIR="benchmark_website" # Temporary directory to store files in after switching to gh-pages branch -TMP_DIR="/tmp/static_files" +TMP_DIR="/tmp/benchmark_website" # Check if at least one destination directory is provided as argument if [ "$#" -lt 1 ]; then diff --git a/.github/actions/static_files/Chart.min.css b/benchmark_website/Chart.min.css similarity index 100% rename from .github/actions/static_files/Chart.min.css rename to benchmark_website/Chart.min.css diff --git a/.github/actions/static_files/Chart.min.js b/benchmark_website/Chart.min.js similarity index 100% rename from .github/actions/static_files/Chart.min.js rename to benchmark_website/Chart.min.js diff --git a/.github/actions/static_files/index.html b/benchmark_website/index.html similarity index 100% rename from .github/actions/static_files/index.html rename to benchmark_website/index.html diff --git a/.github/actions/static_files/main.js b/benchmark_website/main.js similarity index 100% rename from .github/actions/static_files/main.js rename to benchmark_website/main.js diff --git a/.github/actions/static_files/styles.css b/benchmark_website/styles.css similarity index 100% rename from .github/actions/static_files/styles.css rename to benchmark_website/styles.css