Skip to content

Commit

Permalink
chore: Update github name and email for CI (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel authored May 24, 2024
1 parent 0733c26 commit a26d04e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
keep_files: true
publish_dir: ${{ env.FUELUP_INIT_DIR }}
destination_dir: ./
user_name: 'fuel-service-user'
user_email: '[email protected]'

- name: Get latest tag and copy into fuelup-version
run: |
Expand All @@ -53,3 +55,5 @@ jobs:
keep_files: true
publish_dir: ${{ env.FUELUP_VERSION_DIR }}
destination_dir: ./
user_name: 'fuel-service-user'
user_email: '[email protected]'
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
publish_dir: ./docs/book
destination_dir: master
cname: install.fuel.network
user_name: 'fuel-service-user'
user_email: '[email protected]'
if: github.ref == 'refs/heads/master'

- name: Get tag
Expand All @@ -42,6 +44,8 @@ jobs:
publish_dir: ./docs/book
destination_dir: ${{ steps.branch_name.outputs.BRANCH_NAME }}
cname: install.fuel.network
user_name: 'fuel-service-user'
user_email: '[email protected]'
if: startsWith(github.ref, 'refs/tags')

- name: Create latest HTML redirect file
Expand All @@ -62,4 +66,6 @@ jobs:
publish_dir: ./latest/
destination_dir: ./latest/
cname: install.fuel.network
user_name: 'fuel-service-user'
user_email: '[email protected]'
if: startsWith(github.ref, 'refs/tags')
4 changes: 4 additions & 0 deletions .github/workflows/publish-nightly-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
publish_dir: ${{ env.NIGHTLY_CHANNEL_DIR }}
keep_files: true
destination_dir: ./
user_name: 'fuel-service-user'
user_email: '[email protected]'

- name: Deploy nightly channel (archive)
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -53,6 +55,8 @@ jobs:
publish_dir: ${{ env.NIGHTLY_CHANNEL_DIR }}
keep_files: true
destination_dir: ${{ steps.setup.outputs.archive_dir }}
user_name: 'fuel-service-user'
user_email: '[email protected]'

- name: Notify if Job Fails
uses: ravsamhq/notify-slack-action@v1
Expand Down

0 comments on commit a26d04e

Please sign in to comment.