Skip to content

Commit

Permalink
github: remove 'template: true' line from All.md
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed May 31, 2024
1 parent 5f11d18 commit 2421e4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: gh-pages
on:
push:
branches:
- master
- master
workflow_dispatch:

jobs:
gh-pages:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Git configs
env:
Expand All @@ -26,6 +27,10 @@ jobs:
sudo gem install asciidoctor --pre
asciidoctor -b docbook -a leveloffset=+1 -o - WebAssembly.asciidoc | pandoc --atx-headers --wrap=preserve -t markdown_strict -f docbook - > WebAssembly.md
- name: Remove unsupported 'template' directive
run: |
sed -i '/template: true/d' All.md
- name: Build and deploy with mkdocs
uses: docker://squidfunk/mkdocs-material:latest
env:
Expand Down

0 comments on commit 2421e4c

Please sign in to comment.