Skip to content

Commit

Permalink
Update generate-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serkmen authored Jan 5, 2024
1 parent 85f4837 commit 44c8ec5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:

- name: Checking if stuff are available outside container
run: echo "===" && ls && echo "===" && ls generated-html && echo "==="

#Using another action that takes generated HTML and pushes it to GH Pages
- name: Deploy GH page
uses: JamesIves/[email protected]
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: generated-html

0 comments on commit 44c8ec5

Please sign in to comment.