Skip to content

Bump paambaati/codeclimate-action from 5f637ccd517bc8960de0fe59379dd922bcba9486 to 9dea053ab1947f448753ac842b9980de2e44fe88 #238

Bump paambaati/codeclimate-action from 5f637ccd517bc8960de0fe59379dd922bcba9486 to 9dea053ab1947f448753ac842b9980de2e44fe88

Bump paambaati/codeclimate-action from 5f637ccd517bc8960de0fe59379dd922bcba9486 to 9dea053ab1947f448753ac842b9980de2e44fe88 #238

Workflow file for this run

name: Deploy PR preview docs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
permissions:
contents: write
pull-requests: write
jobs:
deploy-docs-preview:
runs-on: ubuntu-latest
steps:
- name: Fetch merge branch
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: "true"
- name: Set up Python 3.9
if: github.event.action != 'closed'
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with:
python-version: "3.9"
- name: install prerequisites
if: github.event.action != 'closed'
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r ./piped/python/base-requirements/nox.txt
- name: Build docs
if: github.event.action != 'closed'
run: |
mkdir site
python -m nox -s generate-docs -- -o ./site
- name: Deploy preview
uses: FasterSpeeding/pr-preview-action@task/override-committer
with:
git-config-email: "120557446+always-on-duty[bot]@users.noreply.github.com"
git-config-name: "always-on-duty[bot]"
preview-branch: docs
source-dir: ./site/