Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 14, 2024
1 parent 188c2b3 commit 8f0d061
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#name: Deploy Sphinx documentation to Pages
#
## Runs on pushes targeting the default branch
#on:
# push:
# branches: [main]
#
#jobs:
# pages:
# runs-on: ubuntu-20.04
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# permissions:
# pages: write
# id-token: write
# steps:
# - id: deployment
# uses: sphinx-notes/pages@v3
name: Deploy Sphinx documentation to Pages

# Runs on pushes targeting the default branch
on:
push:
branches: [main]

jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3

0 comments on commit 8f0d061

Please sign in to comment.