Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Feb 7, 2023
1 parent 991e6cd commit 4edc564
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cml-1344.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
id: cml-setup
run: |
npm install -g canvas@2 vega@5 vega-cli@5 vega-lite@5 github:iterative/cml#cml-pr-create-subdirectories
- name: Create Modification
run: |
echo "$(date +%s%N) - modication" >> cml.log
- name: cml pr create
env:
REPO_TOKEN: ${{ github.token }}
run: |
git status
git pull
pushd ./examples
pushd ./misc
echo "$(date +%s%N) - modification" >> cml.log
cml pr create --squash .

0 comments on commit 4edc564

Please sign in to comment.