Fix typo
This commit is contained in:
parent
638cf61407
commit
ca0f5686ff
@ -18,9 +18,9 @@ complete -n 'contains build (commandline -poc)' -c mkdocs -s d -l site-dir -r -d
|
||||
complete -n 'not __fish_seen_subcommand_from build gh-deploy new serve' -f -c mkdocs -a gh-deploy -d 'Deploy your documentation to GitHub Pages'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s c -l clean -d 'Remove old site_dir before building (the default)'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -c mkdocs -s f -l config-file -r -d 'Provide a specific MkDocs config'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s m -l message -r -d 'A commit message to use when committing to the Github Pages remote branch'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s b -l remote-branch -r -d 'The remote branch to commit to for Github Pages'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s r -l remote-name -r -d 'The remote name to commit to for Github Pages'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s m -l message -r -d 'A commit message to use when committing to the GitHub Pages remote branch'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s b -l remote-branch -r -d 'The remote branch to commit to for GitHub Pages'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s r -l remote-name -r -d 'The remote name to commit to for GitHub Pages'
|
||||
complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -l force -d 'Force the push to the repository'
|
||||
|
||||
## new
|
||||
|
@ -19,7 +19,7 @@ if not set -q GITHUB_WORKFLOW
|
||||
# CHECK: login shell
|
||||
# CHECK: interactive
|
||||
else
|
||||
# Github Action doesn't start this in a terminal, so fish would complain.
|
||||
# GitHub Action doesn't start this in a terminal, so fish would complain.
|
||||
# Instead, we just fake the result, since we have no way to indicate a skipped test.
|
||||
echo not login shell
|
||||
echo interactive
|
||||
|
Loading…
x
Reference in New Issue
Block a user