Skip to content

Commit

Permalink
Changing branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
valefar-on-discord committed Jun 9, 2024
1 parent 1d50d42 commit bf56595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: gh-pages
run-name: ${{ github.actor }} is running gh-pages
name: docs
run-name: ${{ github.actor }} is running docs

on:
push:
branches:
- github-docs
- main

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:
- run: mdbook build ./docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book
6 changes: 3 additions & 3 deletions docs/src/landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ The general usage of the CLI is:

Each CLI command has a number of command options that can be provided:

- **--language**: The language you wish to use the CLI in. Options: العربية, ελληνικά, English, Français, Bahasa melayu, Italiano, 日本語, 한국어, Português do Brasil, român, 简体中文. Default to English.
- **`--language`**: The language you wish to use the CLI in. Options: العربية, ελληνικά, English, Français, Bahasa melayu, Italiano, 日本語, 한국어, Português do Brasil, român, 简体中文. Default to English.

- **--non_interactive**: Run CLI in non-interactive mode. This will skip all confirmation and internet connectivity checks.
- **`--non_interactive`**: Run CLI in non-interactive mode. This will skip all confirmation and internet connectivity checks.

- **--ignore_connectivity**: Skip internet connectivity check and warning.
- **`--ignore_connectivity`**: Skip internet connectivity check and warning.


## Commands
Expand Down

0 comments on commit bf56595

Please sign in to comment.