Skip to content

Commit

Permalink
commenting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele committed Oct 3, 2023
1 parent 252a5c8 commit 7e065ef
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Publish docs via GitHub
on:
push:
branches:
- main
# name: Publish docs via GitHub
# on:
# push:
# branches:
# - main

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: run requirements file
run: pip install -r requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# jobs:
# build:
# name: Deploy docs
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-python@v4
# with:
# python-version: 3.9
# - name: run requirements file
# run: pip install -r requirements.txt
# - name: Deploy docs
# run: mkdocs gh-deploy --force
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e065ef

Please sign in to comment.