Skip to content

Commit

Permalink
back to the previous generate-documentation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Nov 6, 2024
1 parent 2ff2374 commit c76c94f
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions actions/generate-documentation/action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: GitHub Pages
name: "Generate Documentation"
description: "Generate documentation using Epythet"
on:
workflow_run:
workflows: ["Continuous Integration"]
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: i2mint/epythet/actions/publish-github-pages@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
docs-branch: "gh-pages"
docs-dir: "./docsrc/_build/html/"
python-version: "3.10"
runs:
using: 'composite'
steps:
- name: Install Dependencies
uses: i2mint/isee/actions/install-packages@master
with:
pypi-packages: 'isee'
- name: Generate Documentation
shell: bash
run: isee generate-documentation

0 comments on commit c76c94f

Please sign in to comment.