Skip to content

Commit

Permalink
Temporary; force docs build without upload
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Nov 21, 2024
1 parent c801e20 commit 9c32702
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: deploy-pages

on:
push:
branches:
- develop
paths:
- docs/**
# branches:
# - develop
# paths:
# - docs/**

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
jupyter-book build .
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
# - name: GitHub Pages action
# uses: peaceiris/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs/_build/html

0 comments on commit 9c32702

Please sign in to comment.