Skip to content

Commit

Permalink
finally working
Browse files Browse the repository at this point in the history
  • Loading branch information
ofou committed Mar 29, 2024
1 parent 70c6a8b commit 6d1cf19
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Release
uses: softprops/action-gh-release@v2
- uses: actions/checkout@v2
- name: Run
run: |
make all
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Paul Graham Essays"
files: |
*.epub
*.pdf
*.csv
*.csv

0 comments on commit 6d1cf19

Please sign in to comment.