Skip to content

Update Scala.js to 1.17.0 (#3215) #107

Update Scala.js to 1.17.0 (#3215)

Update Scala.js to 1.17.0 (#3215) #107

Workflow file for this run

name: Website deploy
on:
push:
branches:
- stable
jobs:
update-website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 18
- run: .github/scripts/update-website.sh
env:
GIT_USER: Virtuslab
DEPLOYMENT_BRANCH: gh-pages
GIT_PASS: ${{ secrets.GITHUB_TOKEN }}
# after the release the PR should be empty
- name: Open PR with changes back to main
uses: repo-sync/pull-request@v2
with:
destination_branch: "main"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Back port of documentation changes to main"
name: Update stable branch
branch: backport/stable