Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli committed Jan 14, 2020
1 parent b31ec28 commit 57b9b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
BRANCH: gh-pages
FOLDER: crates/conduit-wasm/dist
CLEAN: true
CLEAN_EXCLUDE: '[".gitignore", "README.md"]'
CLEAN_EXCLUDE: "[\".gitignore\", \"README.md\"]"
- name: Package
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- '**.md'
- '**.png'
- '**cd.yml'

jobs:
build:
Expand Down

0 comments on commit 57b9b5d

Please sign in to comment.