Skip to content

Commit

Permalink
Set GitHub Pages environment in workflow file
Browse files Browse the repository at this point in the history
The change in deployment configuration aims to specify the environment to 'github-pages' in the GitHub action workflow file. This update ensures a more specific and targeted deployment environment that aligns with how GitHub Pages operates.
  • Loading branch information
THORSTEN SCHMINKEL committed Feb 12, 2024
1 parent efb92cd commit b7846b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit b7846b7

Please sign in to comment.