Skip to content

Commit

Permalink
docs: examples-fix-attempt (#23)
Browse files Browse the repository at this point in the history
* docs: examples-fix-attempt

* ci: re-attempt force-redeploy
  • Loading branch information
Lewiscowles1986 authored Mar 31, 2024
1 parent 1dbde69 commit 7370339
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,16 @@ jobs:
publish_dir: docs/_build/html
destination_dir: ./
keep_files: true
- name: Create files for redeploy
run: |
rm -rf tmp/bump
mkdir -p tmp/bump
echo $(date +"%Y-%m-%dT%H%M%S") > tmp/bump/last_deploy
- name: Force redeploy of GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: tmp/bump
destination_dir: ./
keep_files: true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ The uploader makes no representations of their contribution, and merely wanted t

Click on the images below to see a larger version and the source code that generated them.

[![Basic Output thumbnail](http://pycallgraph.readthedocs.io/en/develop/_images/basic_thumb.png)](http://pycallgraph.readthedocs.io/en/develop/examples/basic.html)
[![Basic Output thumbnail](https://lewiscowles1986.github.io/py-call-graph/_images/basic_thumb.png)](https://lewiscowles1986.github.io/py-call-graph/examples/basic.html)

[![Regex grouped Output thumbnail](https://pycallgraph.readthedocs.io/en/develop/_images/regexp_grouped_thumb.png)](https://pycallgraph.readthedocs.io/en/develop/examples/regexp_grouped.html)
[![Regex grouped Output thumbnail](https://lewiscowles1986.github.io/py-call-graph/_images/regexp_grouped_thumb.png)](https://lewiscowles1986.github.io/py-call-graph/examples/regexp_grouped)

[![Regex ungrouped Output thumbnail](https://pycallgraph.readthedocs.io/en/develop/_images/regexp_ungrouped_thumb.png)](https://pycallgraph.readthedocs.io/en/develop/examples/regexp_ungrouped.html)
[![Regex ungrouped Output thumbnail](https://lewiscowles1986.github.io/py-call-graph/_images/regexp_ungrouped_thumb.png)](https://lewiscowles1986.github.io/py-call-graph/examples/regexp_ungrouped.html)

## Project Status

Expand Down

0 comments on commit 7370339

Please sign in to comment.