-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore old docs and workflow (#140)
# Description There's some problems with the new version of docs (listed in the linked issue). As such, for now `pytket-cutensornet` will continue maintaining the old version of the docs, and using it as the main version. Once these issues are solved, I'm happy to make another release switching to the new docs. # Related issues #139
- Loading branch information
1 parent
232925b
commit 0fa5f32
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,3 +132,23 @@ jobs: | |
cd .github/workflows/docs | ||
mkdir extensions | ||
./build-docs -d ${GITHUB_WORKSPACE}/.github/workflows/docs/extensions/api | ||
- name: Upload docs as artefact | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: .github/workflows/docs/extensions | ||
|
||
publish_docs: | ||
name: Publish docs | ||
if: github.event_name == 'release' | ||
needs: build_docs | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
pages: write | ||
id-token: write | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters