Skip to content

Merge pull request #16 from darshan-dedhia/bugfix/mkdocs-dependency-e… #1

Merge pull request #16 from darshan-dedhia/bugfix/mkdocs-dependency-e…

Merge pull request #16 from darshan-dedhia/bugfix/mkdocs-dependency-e… #1

Workflow file for this run

name: make docs to gh-pages branch
on:
push:
branches:
- main
permissions:
contents: read
contents: write

Check failure on line 8 in .github/workflows/docs-workflow.yml

View workflow run for this annotation

GitHub Actions / make docs to gh-pages branch

Invalid workflow file

The workflow is not valid. .github/workflows/docs-workflow.yml (Line: 8, Col: 3): 'contents' is already defined
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy