Skip to content

Commit

Permalink
Automate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Sep 11, 2024
1 parent 6d21c45 commit 14664b8
Show file tree
Hide file tree
Showing 72 changed files with 5 additions and 6,140 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: Deploy docs
name: docs

on:
push:
branches:
- master

workflow_dispatch:
release:
types:
- created

permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
Expand All @@ -39,7 +35,7 @@ jobs:

- name: Export docs
env:
ORG_GRADLE_PROJECT_publishVersion: '1.1'
ORG_GRADLE_PROJECT_publishVersion: ${{ github.event.release.tag_name }}
run: ./gradlew exportDocs

- name: Setup Pages
Expand Down
80 changes: 0 additions & 80 deletions docs/core/net.gouline.kapsule/-delegate/-optional/-optional.html

This file was deleted.

80 changes: 0 additions & 80 deletions docs/core/net.gouline.kapsule/-delegate/-optional/get-value.html

This file was deleted.

Loading

0 comments on commit 14664b8

Please sign in to comment.