@@ -103,55 +103,11 @@ jobs:
103103 uses : JetBrains/writerside-checker-action@v1
104104 with :
105105 instance : ${{ env.INSTANCE }}
106-
107- publicar :
108- name : 🌐 Publicar Web
109- if : github.repository == 'TeenBiscuits/Pro2324'
110- environment :
111- name : github-pages
112- url : ${{ steps.deployment.outputs.page_url }}
113- needs : [ construir, comprobar ]
114- runs-on : ubuntu-latest
115- steps :
116- - name : ⬇️ Descargar artefacto
117- # GitHub Actions
118- # MIT
119- # https://github.com/actions/download-artifact
120- uses : actions/download-artifact@v4
121- with :
122- name : docs
123- path : artifacts
124-
125- - name : 🗃️ Descomprimir artefacto
126- run : unzip -O UTF-8 -qq "artifacts/${{ needs.construir.outputs.artifact }}" -d dir
127-
128- - name : 🔎 Configurar IndexNow
129- run : echo ${{ secrets.INDEXNOW_KEY }} > dir/${{ secrets.INDEXNOW_KEY }}.txt
130-
131- - name : 💅 Archivos personalizados
132- run : |
133- curl https://raw.githubusercontent.com/TeenBiscuits/Pro2324/main/docs/cfg/robots.txt -o dir/robots.txt && \
134- curl https://raw.githubusercontent.com/TeenBiscuits/Pro2324/main/docs/cfg/humans.txt -o dir/humans.txt
135-
136- - name : 🔩 Configurar Pages
137- uses : actions/configure-pages@v4
138-
139- - name : 📦 Empaquetar y subir artefacto de Pages
140- uses : actions/upload-pages-artifact@v3
141- with :
142- path : dir
143-
144- - name : 📖 Implementar en GitHub Pages
145- # GitHub Actions
146- # MIT
147- # https://github.com/actions/deploy-pages
148- id : deployment
149- uses : actions/deploy-pages@v4
150106
151107 publicar-indexes :
152108 name : 🔎 Algolia Index
153109 if : github.repository == 'TeenBiscuits/Pro2324'
154- needs : [ construir, comprobar, publicar ]
110+ needs : [ construir, comprobar ]
155111 runs-on : ubuntu-latest
156112 container :
157113 image : registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
@@ -183,7 +139,7 @@ jobs:
183139 fi
184140
185141 indexnow :
186- needs : [ construir, comprobar, publicar ]
142+ needs : [ construir, comprobar ]
187143 name : 🔎 Bing IndexNow
188144 if : github.repository == 'TeenBiscuits/Pro2324'
189145 runs-on : ubuntu-latest
@@ -201,7 +157,7 @@ jobs:
201157 failure-strategy : error
202158
203159 google-indexing :
204- needs : [ construir, comprobar, publicar ]
160+ needs : [ construir, comprobar ]
205161 name : 🔎 Google Index
206162 if : github.repository == 'TeenBiscuits/Pro2324'
207163 runs-on : ubuntu-latest
0 commit comments