diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index fbc78fbe..7d474fe8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 @@ -62,4 +66,5 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/master' + id: deployment uses: actions/deploy-pages@v4 diff --git a/documentation/conf.py b/documentation/conf.py index 36c513cd..55313e0e 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -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 ---------------------------------------------------