-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
2 additions
and
121 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,34 +43,6 @@ jobs: | |
run: git tag -a v$(./.github/workflows/calculateVersion.sh) -m v$(./.github/workflows/calculateVersion.sh) | ||
- name: Push tags | ||
run: git push origin v$(./.github/workflows/calculateVersion.sh) | ||
deploy-docs: | ||
needs: release | ||
if: "startsWith(github.event.head_commit.message, 'chore(release)')" | ||
runs-on: ubuntu-latest | ||
name: Deploy docs to Netlify | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Install Node 22 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '22' | ||
- name: Install netlify-cli | ||
run: npm install --save-dev [email protected] | ||
- name: Install packages. | ||
run: npm ci | ||
- name: Set up project. | ||
run: npm run bootstrap | ||
- name: Build docs-app. | ||
run: npm run build:docs | ||
- name: Copy redirects config file to the __build__ directory. | ||
run: cp ./packages/__docs__/_redirects ./packages/__docs__/__build__ | ||
- name: Deploy built docs-app to Netlify. | ||
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} | ||
run: npx netlify deploy --prod --dir ./packages/__docs__/__build__ | ||
ssr-regression: | ||
needs: release | ||
runs-on: ubuntu-latest | ||
|
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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