[showcase] Keep the directory location when navigating between vers…
#1897
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| unanimo: | |
| uses: ./.github/workflows/install-and-deploy.yml | |
| with: | |
| node-version: "22.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/unanimo" | |
| mercury: | |
| uses: ./.github/workflows/install-and-deploy.yml | |
| with: | |
| node-version: "22.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/mercury" | |
| svg-sass-generator: | |
| uses: ./.github/workflows/install-and-deploy.yml | |
| with: | |
| node-version: "22.x" | |
| cache: true | |
| common-tests: false | |
| publish: false | |
| package: "packages/svg-sass-generator" |