Skip to content

Commit

Permalink
Attempt to run GitHub Pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Jul 18, 2024
1 parent 289e97a commit 0514cbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/quarto-pages.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@

# https://jupyterbook.org/en/stable/publish/gh-pages.html

name: deploy-docs-to-gh-pages
name: quarto-pages

on:
push:
branches:
- main
#branches:
#- main
# If your git repository has the Jupyter Book within some-subfolder next to
# unrelated files, you can make this run only if a file within that specific
# folder has been modified.
#
#paths:
#- docs/**

pull_request:
#branches: [ "main" ]

# make this workflow manually runnable
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ black .

### Continuous Integration

The Continuous Integration build is controlled via the "python-app" workflow file. To make the build pass, the environment variables `TRUTHSOCIAL_USERNAME` and `TRUTHSOCIAL_PASSWORD` must be set as GitHub repository secrets.
The Continuous Integration build on GitHub Actions is controlled via the "python-app" workflow file. To make the build pass, the environment variables `TRUTHSOCIAL_USERNAME` and `TRUTHSOCIAL_PASSWORD` must be set as GitHub repository secrets.


## Wishlist
Expand Down

0 comments on commit 0514cbb

Please sign in to comment.