Skip to content

Commit

Permalink
#57 asciidoc testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cserhatit committed Mar 20, 2024
1 parent 7cf872e commit a290370
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
# This workflow will generate html documentation from asciidoc and publish it to `gh-pages` branch
name: Deploy documentation
on:
# push:
push:
# branches:
# - main
#temporaly for testing
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
comment:
# Friendly description to be shown in the UI instead of 'name'
description: 'Comment for asciidoc generation'
# Default value if no value is explicitly provided
default: 'Generate asciidoc from SNAPSHOT'
# Input has to be provided for the workflow to run
required: true

jobs:
generate-and-deploy:
Expand Down

0 comments on commit a290370

Please sign in to comment.