Skip to content

Commit

Permalink
Merge pull request #67 from ghutchis/upate-workflow
Browse files Browse the repository at this point in the history
Fixup workflow concurrency and hide source link
  • Loading branch information
ghutchis authored Nov 24, 2023
2 parents dffe295 + 0da8d7b commit 1a1f6af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build Sphinx

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '31 2 * * *'
workflow_dispatch:
push:
branches:
Expand All @@ -16,7 +13,7 @@ jobs:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}
cancel-in-progress: true

steps:
Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@

# The theme to use for HTML and HTML Help pages.
html_theme ='pydata_sphinx_theme'
html_show_sourcelink = False

html_baseurl = 'https://two.avogadro.cc'

Expand Down

0 comments on commit 1a1f6af

Please sign in to comment.