Skip to content

Commit

Permalink
feat: add latex pdf, ci for build and modify test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manuandru committed Jan 24, 2024
1 parent 7fa0178 commit 7c046db
Show file tree
Hide file tree
Showing 7 changed files with 6,425 additions and 48 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,10 @@ on:
branches: [ main ]

jobs:
build-gym:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install
run: |
python -m pip install --upgrade pip
pip install -e .
build-ros:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install
run: |
python -m pip install --upgrade pip
pip install -e ./model-gym-ros-env/car_node/car_node
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build Docker image
run: |
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/deploy-latex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy LaTeX

on:
push:
paths:
- "report/**"

jobs:
Setup-Compile-Deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DanySK/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
21 changes: 0 additions & 21 deletions .github/workflows/docker.yml

This file was deleted.

8 changes: 8 additions & 0 deletions report/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.aux
*.bbl
*.blg
*.log
*.fls
*.fdb_latexmk
*.synctex.gz
*.pdf
Loading

0 comments on commit 7c046db

Please sign in to comment.