Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 25, 2024
1 parent 904668c commit f6c92d7
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: build-master-branch

on:
push:
Expand All @@ -12,13 +12,18 @@ concurrency:

jobs:

docs:
build:

runs-on: ubuntu-20.04
env:
GITHUB_CI: true

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Build
run: ./.ci/build.sh
Expand Down

0 comments on commit f6c92d7

Please sign in to comment.