github actions
################################
#### SIMPLE GIT AUTOMATION
################################
#execute command -> make gh msg="UpdateFiles"
GIT := git
ACTION = add.o commit.o push.o
gh: ${ACTION}
%.o:
${GIT} add .
ifdef msg
${GIT} commit -m ${msg}
endif
${GIT} push origin mastername: 'Gitbook Action Build'
on:
push:
branches:
- master # trigger branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v2
- name: Gitbook Action
uses: zanderzhao/[email protected]
with:
token: ${{ secrets.PERSONAL_TOKEN }}
Also in C++:
- github actions cache apt packages
- github remove a file from a commit
- iis stop
- how to run c in linux
- linux how to display current time with timezone
- how to clear gradle cache gitignore
- how to install keras ocr
- change default branch github
- delete all files smaller than a certain size linux
- how to install trello on linux
- apply gitignore after commit
- centos selinux set permissive
- Ubuntu 18.04 Mouse right click not working
- github remote
- Bash add pause prompt in a shell script with bash pause command
- uniinstall nginx
- github get email address
- The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release' does not have a Release file.
- cordova plugin install specific branch
- git check differences between two projects
- how to switch branch
- new terminal tab in linux
- updating vscode on ubuntu
- install easyadmin-bundle symfony