Skip to content

Commit

Permalink
update .github in feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenma committed Mar 2, 2023
1 parent 0870c74 commit d4fde00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Merge gob branch
run: git worktree add ./gob gob && cp -r gob/* .
node-version: 16
- name: Generate Site
run: make site-generate
- uses: FirebaseExtended/action-hosting-deploy@4d0d0023f1d92b9b7d16dda64b3d7abd2c98974b
Expand Down
Binary file added scripts/update_function_docs/update_function_docs
Binary file not shown.

0 comments on commit d4fde00

Please sign in to comment.