Compare commits
4 Commits
564c1b2d6e
...
3ada5e4236
Author | SHA1 | Date |
---|---|---|
Srish Bansal | 3ada5e4236 | |
Leithen | 3e5b5a51d1 | |
Srish Bansal | 70afee0eac | |
Srish Bansal | e0c5695bbf |
|
@ -74,14 +74,17 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
|
||||||
- name: Setup Ruby v2.6
|
- name: Setup Ruby v2.6
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6
|
||||||
- name: Install awesome_bot
|
- name: Install awesome_bot
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
run: |
|
run: |
|
||||||
gem install awesome_bot
|
gem install awesome_bot
|
||||||
- name: Set output
|
- name: Set output
|
||||||
|
@ -101,6 +104,7 @@ jobs:
|
||||||
|
|
||||||
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
|
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
|
||||||
- name: "Check URLs of file: ${{ matrix.file }}"
|
- name: "Check URLs of file: ${{ matrix.file }}"
|
||||||
|
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
|
||||||
run: |
|
run: |
|
||||||
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
|
@ -224,6 +224,8 @@
|
||||||
* [Tecnologías Web (2010)](https://ocw.ua.es/es/ingenieria-y-arquitectura/tecnologias-web-2010.html)
|
* [Tecnologías Web (2010)](https://ocw.ua.es/es/ingenieria-y-arquitectura/tecnologias-web-2010.html)
|
||||||
* [XML, marcado de textos y bibliotecas digitales (2007)](https://ocw.ua.es/es/ingenieria-y-arquitectura/xml-marcado-de-textos-y-bibliotecas-digitales-2007.html)
|
* [XML, marcado de textos y bibliotecas digitales (2007)](https://ocw.ua.es/es/ingenieria-y-arquitectura/xml-marcado-de-textos-y-bibliotecas-digitales-2007.html)
|
||||||
|
|
||||||
|
### Python
|
||||||
|
* [Introducción a Python: 1 - Comenzando (Spanish)](https://www.youtube.com/watch?v=3jeVIH7sh7A) - Stanford Scholar
|
||||||
|
|
||||||
### Redes
|
### Redes
|
||||||
|
|
||||||
|
@ -303,3 +305,5 @@
|
||||||
|
|
||||||
* [Como crear y administrar un curso en MOODLE - TecNMx](https://mooc.tecnm.mx/courses/course-v1:TecNM+CCACM-003+2022-3/about) (TecNMx)
|
* [Como crear y administrar un curso en MOODLE - TecNMx](https://mooc.tecnm.mx/courses/course-v1:TecNM+CCACM-003+2022-3/about) (TecNMx)
|
||||||
* [Visual Studio Code: Mejora tu velocidad para codificar](https://www.udemy.com/course/vscode-mejora-tu-velocidad-para-codificar/) - Fernando Herrera (udemy)
|
* [Visual Studio Code: Mejora tu velocidad para codificar](https://www.udemy.com/course/vscode-mejora-tu-velocidad-para-codificar/) - Fernando Herrera (udemy)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue