mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 11:06:46 +00:00
* initial set up * macros and workflows * wh * observ exclusions * defi and nft tags * protocol tags * sl * refs * docs * package * package * 64 * curated tweaks * sources * v69 * v70
14 lines
265 B
YAML
14 lines
265 B
YAML
name: docs_update
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
called_workflow_template:
|
|
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_docs_update.yml@pre-release/v4-beta
|
|
secrets: inherit |