Skip to content

Commit

Permalink
chore: move docs to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed May 19, 2024
1 parent 942b689 commit c424681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: python -m pip install -U md2html-phuker

- name: Generate HTML documentation
run: md2html DOCS.md
run: md2html docs/s3-api-docs.md

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: DOCS.html
path: docs
File renamed without changes.

0 comments on commit c424681

Please sign in to comment.