Skip to content

Commit

Permalink
[DNM] Fix documentation job
Browse files Browse the repository at this point in the history
  • Loading branch information
lpiwowar committed Nov 23, 2023
1 parent 4a224bc commit 643ace7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build documentation and deploy it to GitHub Pages
on:
push:
pull_request:
workflow_dispatch:
- push:
branches:
- main
- pull_request
- workflow_dispatch

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Documentation for test-operator

Welcome to the documentation for test-operator. This documentation is designed
to help you get up and running with our project as quickly and smoothly as
possible.
possible....

Overview
========
Expand Down

0 comments on commit 643ace7

Please sign in to comment.