diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..8cc0912 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +name: copy files +on: [push] +jobs: + + build: + name: Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: copy file + uses: canastro/copy-file-action@master + with: + source: "Informe/0_main.pdf" + target: "Informe.pdf"