Skip to content

Commit

Permalink
Don't use branch name for generated docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
etoledom committed Apr 23, 2024
1 parent d99934b commit 5ba6898
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ concurrency:
cancel-in-progress: true

env:
GRAVATAR_URL: "gravatar/${{ github.ref_name }}"
GRAVATAR_UI_URL: "gravatarui/${{ github.ref_name }}"
GRAVATAR_URL: "gravatar"
GRAVATAR_UI_URL: "gravatarui"

jobs:
# Single deploy job since we're just deploying
Expand All @@ -27,8 +27,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-13
steps:
- run: echo $GRAVATAR_URL
- run: echo "$GRAVATAR_URL"
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Switch Xcode 🔄
Expand Down

0 comments on commit 5ba6898

Please sign in to comment.