mirror of
https://github.com/vale981/Rerervoir-Engineering
synced 2025-03-04 09:11:42 -05:00
fix it for real
This commit is contained in:
parent
203935dd7b
commit
cb1cb56095
1 changed files with 3 additions and 2 deletions
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
@ -21,9 +21,10 @@ jobs:
|
|||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- run: cd papers/Report
|
||||
- run: nix build .
|
||||
- run: cp result/index.pdf report.pdf
|
||||
working-directory: papers/Report
|
||||
- run: cp result/index.pdf ../../report.pdf
|
||||
working-directory: papers/Report
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue