Skip to content

Commit

Permalink
fix(ci): Fix permissions of GITHUB_TOKEN in order to deploy GitHub … (
Browse files Browse the repository at this point in the history
#34)

Take 2 of #32
  • Loading branch information
stv0g committed Jun 20, 2024
2 parents 1376f9a + b9c3abb commit ddbfae0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -62,4 +66,5 @@ jobs:

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
id: deployment
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# -- Project information -----------------------------------------------------

project = "cimpy"
copyright = "2019, ACS RWTH Aachen University"
author = "Author"
copyright = "2019-2024, ACS RWTH Aachen University"
author = "The CIMpy authors"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit ddbfae0

Please sign in to comment.