Skip to content

Refine PyO3 types and attributes #433

Refine PyO3 types and attributes

Refine PyO3 types and attributes #433

Workflow file for this run

name: build-docs
permissions: # Principle of least privilege
contents: read
actions: read
on:
push:
branches: [master, nightly]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
# https://github.com/step-security/harden-runner
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Fire event to nautilus_docs
run: |
curl -sS -L --retry 5 --retry-delay 2 --retry-all-errors --connect-timeout 5 --max-time 60 --fail-with-body \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.REPOSITORY_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/nautechsystems/nautilus_docs/dispatches \
-d '{"event_type":"push"}'