Skip to content

Commit

Permalink
chore: test deploy job x 4
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Dec 24, 2023
1 parent 741c20f commit 59f8155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,7 @@ jobs:
mkdir ./docs
cp -r ./schema ./docs/
cp -r ./example ./docs/
# https://stackoverflow.com/questions/3785055/how-can-i-create-a-simple-index-html-file-which-lists-all-files-directories
cd ./docs
find . -type d -print -exec sh -c 'tree "$0" \
-H "." \
-L 1 \
--noreport \
--dirsfirst \
--charset utf-8 \
-I "index.html" \
-T "Custom Title" \
--ignore-case \
--timefmt "%d-%b-%Y %H:%M" \
-s \
-D \
-o "$0/index.html"' {} \;
wget https://github.com/Exabyte-io/api-examples/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
Empty file added docs/README.md
Empty file.

0 comments on commit 59f8155

Please sign in to comment.