[go: nahoru, domu]

Skip to content

Update 41 OPERATORS and OPERATOR OVERLOADING in C++.md #37

Update 41 OPERATORS and OPERATOR OVERLOADING in C++.md

Update 41 OPERATORS and OPERATOR OVERLOADING in C++.md #37

Workflow file for this run

name: update
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip3 install -U -r requirements.txt
- run: mkdocs gh-deploy --force