Skip to content

Added Portuguese definition of algorithm #1738

Added Portuguese definition of algorithm

Added Portuguese definition of algorithm #1738

on: [push, pull_request]
name: Build and Deploy Glossary Website
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Build site
run: make gh-site
- name: Remove _data fromm .gitignore
run: "grep -v '_data' .gitignore > tmpfile && mv tmpfile .gitignore"
- name: inspect content of folder
run: ls -alh _gh-site && ls -alh _gh-site/_data
- name: Deploy to site
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }}
uses: JamesIves/[email protected]
with:
branch: site
folder: _gh-site