Skip to content

Commit

Permalink
environment
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dent committed Jan 31, 2024
1 parent 8d298da commit a332c19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, workflow_dispatch]
jobs:
Explore-Manual-Actions:
runs-on: macos-14
environment: documentation-build
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand All @@ -26,7 +27,10 @@ jobs:
ls ${{ github.workspace }}
- name: Run the build script
run: sh build-documentation.sh
run: sh build-documentation.sh -u $GIT_ACCOUNT_NAME -t $GIT_API_TOKEN
env:
GIT_ACCOUNT_NAME: ${{ vars.GIT_ACCOUNT_NAME }}
GIT_API_TOKEN: ${{ secrets.GIT_API_TOKEN }}

- name: List docs folder
run: ls docs
Expand Down

0 comments on commit a332c19

Please sign in to comment.