Skip to content

Commit

Permalink
Publishing to github
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 7, 2024
1 parent c5f7cd5 commit 4ade187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages
publish_dir: gh-pages

- name: Check contents of gh-pages
run: ls -la gh-pages

- name: Get GitHub Pages URL
id: pages-url
Expand Down

0 comments on commit 4ade187

Please sign in to comment.