Skip to content

Commit

Permalink
feat: upgrade docusaurus 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lin committed Feb 6, 2023
1 parent 95afaa6 commit be27686
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: [self-hosted, linux, X64, large]
runs-on: ubuntu-latest
# the enviroment to deploy to / use secrets from
environment: no-secret
# modify the default permissions of the GITHUB_TOKEN, so as to only allow least priveleges
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
case:
name: Check for case being inconsistent
runs-on: [self-hosted, linux, X64, large]
runs-on: ubuntu-latest
strategy:
matrix:
folder: ["docs", "blog"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Lint Code Base, Spelling
runs-on: [self-hosted, linux, X64, large]
runs-on: ubuntu-latest
# the enviroment to deploy to / use secrets from
environment: no-secret
# modify the default permissions of the GITHUB_TOKEN, so as to only allow least priveleges
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release:
needs: build
name: Create Release
runs-on: [self-hosted, linux, X64, large]
runs-on: ubuntu-latest
# the enviroment to deploy to / use secrets from
environment: no-secret
# modify the default permissions of the GITHUB_TOKEN, so as to only allow least priveleges
Expand Down
Loading

0 comments on commit be27686

Please sign in to comment.