We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f30bda commit 07dffd7Copy full SHA for 07dffd7
.github/workflows/e2e_test.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: run-test
37
run: |
38
echo ${GITHUB_ACTION_PATH},'or',${{ github.action_path }}
39
- cp -r ../JamesIves ./
+ #cp -r ../JamesIves ./
40
source /mnt/shared-storage-user/opencompass-shared/qa-llm-cicd/miniconda3/bin/activate
41
conda activate clusterx
42
conda env list
@@ -52,9 +52,10 @@ jobs:
52
retention-days: 7
53
name: xtuner-e2e-${{ github.run_id }}
54
55
+
56
- name: Deploy to GitHub Pages
57
if: ${{ !cancelled() }}
- uses: ./JamesIves/github-pages-deploy-action/v4
58
+ uses: ../JamesIves/github-pages-deploy-action/v4
59
with:
60
token: ${{ github.token }}
61
branch: gh-pages
0 commit comments