Skip to content

Commit

Permalink
Typeedoc: Fixup name issue (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
nev21 authored Sep 24, 2024
1 parent bd8d8e7 commit e63da78
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 70 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/jekll-gh-pages.yml

This file was deleted.

22 changes: 18 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Generate typedoc and Deploy Jekyll with GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -28,12 +27,27 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Update rush shrinkwrap dependencies (for different node versions)
run: node common/scripts/install-run-rush.js update --full
- run: npm install rollup -g
- run: npm install grunt-cli
- run: npm install
- run: node common/scripts/install-run-rush.js check
- run: node common/scripts/install-run-rush.js install
- run: npm run build --verbose
timeout-minutes: 20
- name: Generate the current Docs
run: npm run docs
- name: Setup Pages
uses: actions/configure-pages@v5
uses: actions/configure-pages@v4
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
source: ./docs
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e63da78

Please sign in to comment.