Skip to content

Commit

Permalink
chore: update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed May 29, 2024
1 parent 6e19755 commit 4add801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Generate docs
run: |
cat dts/* > index.d.ts
deno doc --html --name="Fleek Functions - Global APIs" index.d.ts
deno doc --html --name="Fleek Runtime APIs" index.d.ts
mv index.d.ts docs/
sed -i "s|$((printf "file://" && realpath index.d.ts) | sed -e "s|/|\/|g")|../index.d.ts|g" docs/**/*.html
- uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Render docs locally:
cat dts/* > index.d.ts

# Generate html documentation
deno doc --html --name="Fleek Functions - Global APIs" index.d.ts
deno doc --html --name="Fleek Runtime APIs" index.d.ts

# Move the source to the html output
mv index.d.ts docs/
Expand Down

0 comments on commit 4add801

Please sign in to comment.