Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Update cv.pdf

Update cv.pdf #145

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- name: Run
run: |
mkdocs gh-deploy --force
env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}