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 2018127 commit aeb1a1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Old Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
timeout: 600000
error_count: 10
reporting_interval: 5000
artifact_name: github-pages
preview: false
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 aeb1a1d

Please sign in to comment.