Skip to content

Commit

Permalink
[CI] Manual trigger deploy instead of schedule, use heaps-doc for wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 11, 2024
1 parent 4a15d0b commit a14030a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
push:
pull_request:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:

env:
HEAPS_VER: master
Expand Down
2 changes: 1 addition & 1 deletion src/GetWiki.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using StringTools;
* @author Mark Knol
*/
class GetWiki {
static var GIT_REPO = "https://github.com/HeapsIO/heaps.wiki.git";
static var GIT_REPO = "https://github.com/HeapsIO/heaps-doc.git";
static var FOLDER = ".temp-docs/";

static function main() {
Expand Down

0 comments on commit a14030a

Please sign in to comment.