-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chroe: Tarea para generar el sitio web
Genera la versión HTML y un index.html
- Loading branch information
1 parent
fdbc024
commit 4bb7bb8
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
run: bundle exec rake tests:all | ||
|
||
- name: Generar la documentación | ||
run: bundle exec rake build:html build:pdf DOCUMENT_NAME=sistemas_operativos HTML_MULTIPAGE=1 | ||
run: bundle exec rake build:site build:pdf DOCUMENT_NAME=sistemas_operativos | ||
|
||
- name: Publicar web | ||
uses: JamesIves/[email protected] | ||
|
@@ -58,7 +58,7 @@ jobs: | |
TARGET_FOLDER: ${{ steps.branch_name.outputs.SOURCE_NAME }} | ||
CLEAN: true | ||
|
||
- name: Publicar en 'Releases' | ||
- name: Publicar el PDF en 'Releases' | ||
uses: svenstaro/upload-release-action@v2 | ||
with: | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters