Skip to content

Commit

Permalink
fix markdown linter
Browse files Browse the repository at this point in the history
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
  • Loading branch information
zirain committed Apr 21, 2023
1 parent 36afd96 commit 00f55f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: docs/*
ignore_files: "**/*_types.md" # ignore generated API docs
config_file: ".github/markdown_lint_config.json"

docs-build:
Expand All @@ -34,7 +35,7 @@ jobs:
- name: Generate EG Pages
run: make docs

# Upload docs for GitHub Pages
# Upload docs for GitHub Pages
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.8
with:
Expand All @@ -51,9 +52,9 @@ jobs:

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
pages: write # to deploy to Pages
deployments: write
id-token: write # to verify the deployment originates from an appropriate source
id-token: write # to verify the deployment originates from an appropriate source

# Deploy to the github-pages environment
environment:
Expand Down

0 comments on commit 00f55f8

Please sign in to comment.