Skip to content

Commit

Permalink
fix: crdoc context
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaltryek committed Mar 2, 2024
1 parent f93c90a commit 659ce93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
wget https://github.com/fybrik/crdoc/releases/download/v0.6.3/crdoc_Linux_x86_64.tar.gz
tar -xvf crdoc_Linux_x86_64.tar.gz
chmod +x crdoc
crdoc --resources crd/nimble.ivaltryek.github.com.yaml --output /tmp/$TAG_NAME.md
chmod +x ./crdoc
./crdoc --resources crd/nimble.ivaltryek.github.com.yaml --output /tmp/$TAG_NAME.md
- name: Edit md file to add layout field
run: |
sed -i '1s/^/---\nlayout: default\n---\n\n/' /tmp/$TAG_NAME.md
Expand Down

0 comments on commit 659ce93

Please sign in to comment.