diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6897a5a..42d21ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,13 +12,13 @@ jobs: - name: Move file to root run: | - mv Informe/0_main.pdf . + mv Informe/0_main.pdf Informe.pdf - name: Commit and push changes run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add file.txt + git add Informe.pdf git commit -m "Move file to root directory" git push env: diff --git a/.gitignore b/.gitignore index a6bf793..1a2dba4 100644 --- a/.gitignore +++ b/.gitignore @@ -161,6 +161,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +.vscode/ + *tiff *TIF Referencias/