Skip to content

Update dependency Django to v4.2.14 [SECURITY] #8

Update dependency Django to v4.2.14 [SECURITY]

Update dependency Django to v4.2.14 [SECURITY] #8

Workflow file for this run

name: Publish Documentation
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
name: Publish Documentation
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install ghp-import
run: pip install ghp-import
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@main
with:
# cache0 makes it easy to bust the cache if needed
gha-cache-key: cache0-py${{ matrix.python_version }}
named-caches-hash: ${{ hashFiles('dist/sphinx/*') }}
- name: Build documentation
run: |
pants docs ::
- name: Publish Documentation
run: ghp-import --push --force --no-history --no-jekyll dist/sphinx/