Skip to content

Commit

Permalink
update new docs workflow
Browse files Browse the repository at this point in the history
testing ip
  • Loading branch information
juliagsy committed Jul 11, 2023
1 parent 2de2451 commit e6eba02
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/new_docs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: Update docs

on:
workflow_dispatch:
push:
branches: main
workflow_call:
secrets:
SSH_GH_PAGES:
description: 'SSH key for GitHub Pages deployment'
required: true
inputs:
package-dependencies:
description: 'Apt package dependencies'
required: false
default: ''
type: string
branches:
- master
tags:
- v*
secrets:
SSH_GH_PAGES:
description: 'SSH key for GitHub Pages deployment'
required: true
inputs:
package-dependencies:
description: 'Apt package dependencies'
required: false
default: ''
type: string

jobs:
wait-for-others:
Expand Down

0 comments on commit e6eba02

Please sign in to comment.