Skip to content

Commit 41f4974

Browse files
Update default.yml
1 parent 5ecc053 commit 41f4974

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/default.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build Docs
22

33
on:
44
# Triggers the workflow on push or pull request events but only for the master branch
@@ -12,18 +12,14 @@ on:
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
15-
# This workflow contains a single job called "build"
1615
build:
17-
# The type of runner that the job will run on
1816
runs-on: ubuntu-latest
1917

20-
# Steps represent a sequence of tasks that will be executed as part of the job
2118
steps:
2219
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2320
- uses: actions/checkout@v2
2421

25-
# Build everything
26-
- name: Run a one-line script
22+
- name: Build Docs
2723
run: ./gradlew run
2824

2925
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)