Skip to content

Commit

Permalink
Merge pull request #297 from elsoul/utils-doc
Browse files Browse the repository at this point in the history
add skeet-utils typedoc
  • Loading branch information
POPPIN-FUMI authored Mar 4, 2024
2 parents 22ed082 + a33f9e1 commit 3288ad3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions .github/workflows/website-skeet-utils.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: skeet-utils
on:
push:
branches:
- main
paths:
- 'packages/utils/docs/index.html'
- '.github/workflows/website-skeet-utils.yml'

jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.11.0]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- id: auth
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }}
- name: Install firebase tools
run: pnpm add -g firebase-tools
- name: GitHub repository setting
run: git config --global url."https://github.com".insteadOf ssh://[email protected]
- name: Build App
run: pnpm -F utils build-doc
env:
NODE_OPTIONS: --max-old-space-size=8192
- name: Deploy to Firebase
run: firebase deploy --only hosting:skee-utils
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bugs": {
"url": "https://discord.gg/ausnBvAM38"
},
"homepage": "https://skeet.dev",
"homepage": "https://skeet-utils.web.app/",
"files": [
"dist"
],
Expand Down

0 comments on commit 3288ad3

Please sign in to comment.