Skip to content

Commit

Permalink
Move files to benchmark_website
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volodkin <[email protected]>
  • Loading branch information
Vlad Volodkin committed Jan 16, 2025
1 parent ee882fb commit 4d89b03
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/scripts/copy-static-files.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4d89b03

Please sign in to comment.