Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed May 24, 2023
1 parent 20b9deb commit 85c819e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ name: Deploy workflow
on:
workflow_dispatch:
inputs:
author:
description: "Author"
required: true
date:
description: "Date (YYYY-MM-DD)"
required: true
comments:
description: "Comments"
required: false
Expand Down Expand Up @@ -75,6 +69,10 @@ jobs:
run: |
git fetch --tags
- name: Init submodules
run: |
git submodule update --init
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 85c819e

Please sign in to comment.