Translate to spanish: 022 Bash Password Generator (#149) #80
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
name: Ibis eBook Generation | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
with: | |
fetch-depth: '0' | |
- name: Build Ibis Export Files | |
uses: bobbyiliev/ibis-build-action@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
IBIS_PATH: './ebook/en/' | |
IBIS_BRANCH: 'main' | |
EMAIL: '[email protected]' | |
COMMIT_MESSAGE: 'Updated Ibis Exorted Files' |