Skip to content

Commit

Permalink
Cleanup ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Sep 15, 2023
1 parent c43702c commit 5ab28fc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3,328 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- impove-readme

# security: restrict permissions for CI jobs.
permissions:
contents: read

jobs:
# Build the documentation and upload the static HTML files as an artifact.
build:
Expand All @@ -18,18 +14,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8'

- run: pip install -r dev-requirements.txt
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc -o doc jellyfish

- uses: actions/upload-pages-artifact@v2
with:
path: doc

# Deploy the artifact to GitHub pages.
# This is a separate job so that only actions/deploy-pages has the necessary permissions.
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ instance/
# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
# pdoc documentation
/doc

# PyBuilder
.pybuilder/
Expand Down
7 changes: 0 additions & 7 deletions doc/index.html

This file was deleted.

Loading

0 comments on commit 5ab28fc

Please sign in to comment.