Skip to content

Commit

Permalink
Publish material as a release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvberkel committed Sep 28, 2023
1 parent ea7f8d7 commit 78176bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish-material.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish Workshop Material
on:
push:
branches:
- main
jobs:
create-archive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
- name: Build artifact
run: make all
- name: Create release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: latest
files: workshop-material.tar.gz

0 comments on commit 78176bd

Please sign in to comment.