Skip to content

Commit

Permalink
refactor: directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Mar 26, 2024
1 parent 8aab816 commit d5c8fbc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- name: Generate doc
run: |
./act3 \
-config-file=./docs/act3.yml \
-config-file=./examples/html/act3.yml \
-format=html \
-html-template-file=./docs/template.html > ./docs/index.html
-html-template-file=./examples/html/template.html > ./examples/html/docs/index.html
env:
ACT3_GH_ACCESS_TOKEN: ${{secrets.ACT3_GH_ACCESS_TOKEN}}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./docs
path: ./examples/html/docs

deploy:
environment:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d5c8fbc

Please sign in to comment.