We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74fa17 commit f7a395dCopy full SHA for f7a395d
.github/workflows/pr.yaml
@@ -56,10 +56,6 @@ jobs:
56
57
- name: spell_checker
58
uses: rojopolis/[email protected]
59
- with:
60
- # check only draft and root as that is where the changes are
61
- source_files: ./draft/**/*.md *.md
62
- task_name: Markdown
63
64
export_draft:
65
name: Export epub and pdf (Draft)
.github/workflows/release.yaml
- # check draft only as that is where the promotion comes from
- source_files: "./draft/**/*.md"
create_artifacts:
name: Create artifacts
0 commit comments