mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-22 14:52:54 +00:00
Clean up workflow
This commit is contained in:
parent
efc94b050b
commit
7c5fe01bf0
5
.github/workflows/autocompile.yml
vendored
5
.github/workflows/autocompile.yml
vendored
|
@ -8,12 +8,13 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
name: Build scraper
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout main branch
|
||||
uses: actions/checkout@v3
|
||||
- name: Compile (make)
|
||||
run: |
|
||||
cd bin
|
||||
|
|
Loading…
Reference in a new issue