WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Editorial: correct grammatical errors in the NOTE of Math.f16round #706

Editorial: correct grammatical errors in the NOTE of Math.f16round

Editorial: correct grammatical errors in the NOTE of Math.f16round #706

Workflow file for this run

name: 'ecma-262 deploy'
on:
push:
branches:
- main
jobs:
deploy:
name: 'deploy github pages'
runs-on: ubuntu-22.04
if: ${{ github.repository == 'tc39/ecma262' }}
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@7f214d8efdbdcefc96ad9689663ef387a195deec
name: 'nvm install lts/* && npm ci --no-audit'
env:
NPM_CONFIG_AUDIT: false
with:
node-version: lts/*
use-npm-ci: true
- run: npm run build-only
- run: ./scripts/deploy-github-pages.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}