Skip to content

Commit

Permalink
switch from gitbook to honkit
Browse files Browse the repository at this point in the history
gitbook is no longer maintained and doesn't work with the latest node/npm
  • Loading branch information
joshtynjala committed Jan 16, 2024
1 parent 21cf154 commit 759e68b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
with:
repository: openfl/AS3ConversionGuide
path: AS3ConversionGuide

- name: Install dependencies
run: |
npm install -g [email protected]

- name: Build
run: |
gitbook build OpenFLDevelopersGuide
gitbook build AS3ConversionGuide
npx honkit build OpenFLDevelopersGuide
npx honkit build AS3ConversionGuide
- name: Prepare deploy
run: |
Expand Down

0 comments on commit 759e68b

Please sign in to comment.