Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent 5322a9e commit f93bd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "Folder name: $folder_name"
mkdir -p $folder_name
cp -R ./test-reports/* $folder_name
cp -R ./test-reports $folder_name
echo "::set-output name=folder_name::$folder_name"
Expand All @@ -86,6 +86,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./${{ steps.create_folder.outputs.folder_name }}
publish_dir: ${{ steps.create_folder.outputs.folder_name }}
publish_branch: gh-pages
keep_files: true

0 comments on commit f93bd4a

Please sign in to comment.