Skip to content

Commit

Permalink
Revert to docs directory from link
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Jan 22, 2024
1 parent 4cb9f2a commit 87edb0c
Show file tree
Hide file tree
Showing 56 changed files with 2 additions and 6,547 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Documentation builder action
run: cd doc && make html && cd ..
run: cd doc && make html && cd .. && cp -r doc/build/html/* ./docs/ && touch ./docs/.nojekyll
- name: GIT commit and push documentation
env:
CI_COMMIT_MESSAGE: Continuous Integration documentation update
CI_COMMIT_AUTHOR: Continuous Integration
run: git config --global --add safe.directory /__w/inverter/inverter && git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" && git config --global user.email "${GITHUB_ACTOR}@noreply.github.com" && git add doc && git commit -m "${{ env.CI_COMMIT_MESSAGE }}" && git push
run: git config --global --add safe.directory /__w/inverter/inverter && git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" && git config --global user.email "${GITHUB_ACTOR}@noreply.github.com" && git add docs && git commit -m "${{ env.CI_COMMIT_MESSAGE }}" && git push

Binary file removed doc/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed doc/build/doctrees/index.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/indices_and_tables.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sections.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions doc/build/html/.buildinfo

This file was deleted.

Empty file removed doc/build/html/.nojekyll
Empty file.
104 changes: 0 additions & 104 deletions doc/build/html/_modules/index.html

This file was deleted.

Loading

0 comments on commit 87edb0c

Please sign in to comment.