Skip to content

Commit

Permalink
Update secrets variable, and make a change to test successful publica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jamesrwelch committed Jun 28, 2024
1 parent 51db22e commit f097e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
##

- name: Install mkdoce-material-insiders
run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
run: pip install git+https://${secrets.GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git

- name: Checkout github.io
# working-directory: ./mdm-resources
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Documentation
copyright: 'Copyright © 2023 University of Oxford and NHS England. <a href="/privacy-policy/">Privacy Policy</a>'
copyright: 'Copyright © 2024 University of Oxford and NHS England. <a href="/privacy-policy/">Privacy Policy</a>'
strict: true
theme:
name: 'material'
Expand Down

0 comments on commit f097e22

Please sign in to comment.