Lyon 3 лет назад
Родитель
Сommit
860dfcd99a
1 измененных файлов с 13 добавлено и 13 удалено
  1. 13 13
      .github/workflows/CI.yml

+ 13 - 13
.github/workflows/CI.yml

@@ -55,19 +55,19 @@ jobs:
         github-token: ${{ secrets.GITHUB_TOKEN }}
         auto-push: true
         
-    - name: Filter for perfoment point
-      run: |
-        git clone -b gh-pages https://github.com/pikastech/pikascript ${{github.workspace}}/../pikapages
-        cd ${{github.workspace}}/../pikapages/dev/bench
-        git config --global user.email "liang6516@outlook.com"
-        git config --global user.name "pikastech"
-        git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
-        git pull --rebase
-        pip3 install matplotlib
-        pip3 install numpy
-        python3 filter.py
-        git commit --allow-empty -a -m "update data_after.js"
-        git push
+#     - name: Filter for perfoment point
+#       run: |
+#         git clone -b gh-pages https://github.com/pikastech/pikascript ${{github.workspace}}/../pikapages
+#         cd ${{github.workspace}}/../pikapages/dev/bench
+#         git config --global user.email "liang6516@outlook.com"
+#         git config --global user.name "pikastech"
+#         git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
+#         git pull --rebase
+#         pip3 install matplotlib
+#         pip3 install numpy
+#         python3 filter.py
+#         git commit --allow-empty -a -m "update data_after.js"
+#         git push
 
 #   packageManager-windows:
 #     runs-on: windows-latest