Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym authored Feb 1, 2024
1 parent 6d33f51 commit 2909719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- run: poetry install

- run: poetry run make -C docs html
- run: |
poetry run make -C docs html
echo "google-site-verification: google72e937875c790d13.html" > docs/_build/html/google72e937875c790d13.html
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 2909719

Please sign in to comment.