Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jan 14, 2021
1 parent b5bc5a6 commit 4080200
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1

- name: Install Linux packages
run: sudo apt install -y --no-install-recommends pandoc gettext

- name: Install Go
uses: actions/setup-go@v1
with:
Expand All @@ -44,7 +47,7 @@ jobs:
- name: Build docs
run: |
go install github.com/nyaruka/goflow/cmd/docgen
docgen
$GOPATH/bin/docgen
tar -zcf docs.tar.gz docs
- name: Create release
Expand Down

0 comments on commit 4080200

Please sign in to comment.