Skip to content

Commit

Permalink
ci: try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jun 4, 2024
1 parent bff4780 commit 71ff175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: ci
on:
push:
branches: [ master ]
workflow_dispatch:
branches: [ master ]
on: [ push, workflow_dispatch ]

jobs:
build:
name: Build
build_docs:
name: Build doc
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ THIS_DIR=$(dirname "$THIS_FILE")

### Github Actions

init_github_build() {
init_github_build_docs() {
install_reqs age sops nvm node18
}

Expand Down

0 comments on commit 71ff175

Please sign in to comment.