mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Update CI.yml
This commit is contained in:
parent
08e59dcfaf
commit
860dfcd99a
26
.github/workflows/CI.yml
vendored
26
.github/workflows/CI.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user