Skip to content

Commit

Permalink
Start on combining all Tutorials and sphinxdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Mar 31, 2024
1 parent ba4ac49 commit 2018127
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
#
- name: Old Deploy to GitHub Pages
uses: actions/deploy-pages@v4
# with:
# token: ***
# timeout: 600000
# error_count: 10
# reporting_interval: 5000
# artifact_name: github-pages
# preview: false
#
with:
token: ${{ secrets.GITHUB_TOKEN }}
timeout: 600000
error_count: 10
reporting_interval: 5000
artifact_name: github-pages
preview: false
#
# - name: Copy tutorials
# run: |
Expand Down

0 comments on commit 2018127

Please sign in to comment.