-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9967892
commit 5b3d450
Showing
60 changed files
with
974 additions
and
109 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
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 |
---|---|---|
@@ -1,39 +1,32 @@ | ||
name: Publish | ||
# This workflow uses actions that are not certified by GitHub. | ||
# They are provided by a third-party and are governed by | ||
# separate terms of service, privacy policy, and support | ||
# documentation. | ||
|
||
# GitHub recommends pinning actions to a commit SHA. | ||
# To get a newer version, you will need to update the SHA. | ||
# You can also reference a tag or branch, but the action may change without warning. | ||
|
||
name: Publish package to the Maven Central Repository | ||
on: | ||
release: | ||
types: [published] | ||
types: [created] | ||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
|
||
strategy: | ||
matrix: | ||
node-version: [14.x, 16.x] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
os: [ubuntu-latest, windows-latest, macOS-latest] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: 'npm' | ||
- run: npm ci | ||
- run: npm run build --if-present | ||
- run: npm test | ||
|
||
publish: | ||
needs: build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
- run: npm ci | ||
- run: npm run build --if-present | ||
- run: npm publish --access public | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
- name: Set up Java | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '11' | ||
distribution: 'adopt' | ||
- name: Validate Gradle wrapper | ||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b | ||
- name: Publish package | ||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 | ||
with: | ||
arguments: publish | ||
env: | ||
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} | ||
MAVEN_PASSWORD: ${{ secrets.OSSRH_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,7 @@ hs_err_pid* | |
.gradle | ||
|
||
# Ignore Gradle build output directory | ||
build | ||
build | ||
|
||
# Environment variables | ||
.env |
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Documentación de bonapata-ancheta | ||
|
||
[Javadoc](./javadoc/) | ||
[Reports](./test/) | ||
|
||
<span id="dial"></span> | ||
|
||
{% include enable-react.html %} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Notas | ||
author: Juan Manuel González Garzón | ||
email: jmgonzalezgarzon@gmail.com | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Notas, scripts, algoritmos de uso diario y documentación de algunos proyectos. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://juanmanuelgg.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
|
||
remote_theme: pages-themes/hacker@v0.2.0 | ||
plugins: | ||
- jekyll-remote-theme # add this line to the plugins list if you already have one |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<script src="https://unpkg.com/react@18/umd/react.production.min.js" crossorigin></script> | ||
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js" crossorigin></script> | ||
<script src="https://unpkg.com/@bonapata/partes@0.2.11/dist/umd/partes.js" crossorigin></script> | ||
<script> | ||
const pathnames = new Map(); | ||
pathnames.set('/javascript', '/assets/images/js.png'); | ||
pathnames.set('/mysql', '/assets/images/mysql.png'); | ||
pathnames.set('/git', '/assets/images/git.png'); | ||
pathnames.set('/bash', '/assets/images/gnu-bash.png'); | ||
pathnames.set('/postgresql', '/assets/images/postgres.png'); | ||
pathnames.set('/firewall', '/assets/images/cortafuegos.png'); | ||
pathnames.set('/networking', '/assets/images/networking.png'); | ||
pathnames.set('/docker', '/assets/images/docker.png'); | ||
pathnames.set('/ssh', '/assets/images/ssh.png'); | ||
pathnames.set('/python', '/assets/images/python.png'); | ||
pathnames.set('/linux-basic-info', '/assets/images/linux.png'); | ||
pathnames.set('/java', '/assets/images/java.png'); | ||
pathnames.set('/java-process', '/assets/images/java-process.png'); | ||
pathnames.set('/crontab', '/assets/images/cron.png'); | ||
pathnames.set('/vim', '/assets/images/cli-file.png'); | ||
pathnames.set('/heroku-java', '/assets/images/heroku.png'); | ||
pathnames.set('/gpg', '/assets/images/privacyBorder.png'); | ||
pathnames.set('/strace', '/assets/images/strace.svg'); | ||
|
||
const props = { pathnames }; | ||
const element = React.createElement(partes.SpeedDial, props); | ||
const container = document.getElementById('dial'); | ||
|
||
ReactDOM.render(element, container); | ||
</script> |
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
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
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
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
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
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
Oops, something went wrong.