diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 638dbe9..ad04d67 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,6 +16,9 @@ concurrency: jobs: deploy: runs-on: ubuntu-latest + environment: + name: netlify + url: https://angular-gsap.netlify.app steps: - uses: actions/checkout@v5 diff --git a/README.md b/README.md index 317ad57..e120d1f 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ replay = () => this.run.update((n) => n + 1); ## Docs & examples -Live docs with every example's full source, in English and Spanish: signal-driven tweens, timelines, ScrollTrigger, SplitText, Flip, Draggable with inertia, Observer, SVG drawing and morphing, a WebGL cube, and a complete directive reference with running demos. +**[angular-gsap.netlify.app](https://angular-gsap.netlify.app)** — live docs with every example's full source, in English and Spanish: signal-driven tweens, timelines, ScrollTrigger, SplitText, Flip, Draggable with inertia, Observer, SVG drawing and morphing, a WebGL cube, and a complete directive reference with running demos. To run them locally: diff --git a/libs/core/README.md b/libs/core/README.md index 623f072..a8fe926 100644 --- a/libs/core/README.md +++ b/libs/core/README.md @@ -52,6 +52,6 @@ Every GSAP plugin is free and ships in the `gsap` npm package: ScrollTrigger, Sp ## Documentation -Full docs, patterns, and a live example app: [github.com/angular-gsap/core](https://github.com/angular-gsap/core) +Live docs and examples: [angular-gsap.netlify.app](https://angular-gsap.netlify.app) · source: [github.com/angular-gsap/core](https://github.com/angular-gsap/core) MIT licensed.