Skip to content

Commit

Permalink
added DEV_HOOK to doc builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowman554 authored Aug 10, 2022
1 parent 7c4d148 commit 01e3e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Clone horizon
run: git clone https://github.com/TheUltimateFoxOS/horizon.git --branch "main"
- name: Build horizon docs
run: cd horizon; deno run -A tools/doc/main.ts; cp -rv docs ../src/docs
run: cd horizon; deno run -A tools/doc/main.ts ${{ secrets.DEV_HOOK }}; cp -rv docs ../src/docs
- name: Build files
run: node build.js
- name: Deploy
Expand Down

0 comments on commit 01e3e3e

Please sign in to comment.