Skip to content

Commit

Permalink
TEMP: Firce docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samdbmg committed Sep 13, 2023
1 parent 2c32d6f commit fb8d3fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
forceDocsUpload:
description: 'Force API docs upload'
required: true
default: false
default: true
type: boolean

jobs:
Expand All @@ -30,11 +30,11 @@ jobs:
run: make render

- name: Setup pages
if: ${{ inputs.forceDocsUpload || ( github.ref == 'refs/heads/main' ) }}
# if: ${{ inputs.forceDocsUpload || ( github.ref == 'refs/heads/main' ) }}
uses: actions/configure-pages@v3

- name: Upload documentation artifact
if: ${{ inputs.forceDocsUpload || ( github.ref == 'refs/heads/main' ) }}
# if: ${{ inputs.forceDocsUpload || ( github.ref == 'refs/heads/main' ) }}
uses: actions/upload-pages-artifact@v2
with:
path: './api/docs'
Expand All @@ -48,7 +48,7 @@ jobs:
id-token: write
runs-on: ubuntu-22.04
needs: CI
if: ${{ inputs.forceDocsUpload || ( github.ref == 'refs/heads/main' ) }}
# if: ${{ inputs.forceDocsUpload || ( github.ref == 'refs/heads/main' ) }}
steps:
- name: Deploy documentation to GitHub Pages
id: deployment
Expand Down

0 comments on commit fb8d3fe

Please sign in to comment.