Skip to content

Commit

Permalink
Merge pull request #5 from runpod/testing-workflow
Browse files Browse the repository at this point in the history
Changing click to select
  • Loading branch information
rachfop authored Dec 21, 2023
2 parents fa8dec3 + ae900bf commit b361d48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:

- name: Generate branch version string
run: |
BRANCH_NAME="${{ github.ref }}"
BRANCH_VERSION=$(echo $BRANCH_NAME | tr -cd '0-9.')
BRANCH_VERSION="${{ github.ref }}"
echo "BRANCH_VERSION=$BRANCH_VERSION" >> $GITHUB_ENV
- name: Create version of docs for branch 🚀
uses: readmeio/rdme@v8
with:
rdme: versions:create v1.0-${{ env.BRANCH_VERSION }} --key=${{ secrets.README_API_KEY }} --fork=1.0 --main=false --beta=true --deprecated=false --isPublic=false
rdme: versions:create v1.0-${{ env.BRANCH_VERSION }} --key=${{ secrets.README_API_KEY }} --fork=1.0 --main=false --beta=true --deprecated=false --isPublic=false
3 changes: 1 addition & 2 deletions .github/workflows/delete-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:

- name: Generate branch version string
run: |
BRANCH_NAME="${{ github.head_ref || github.ref || github.event.ref }}"
BRANCH_VERSION=$(echo $BRANCH_NAME | tr -cd '0-9.')
BRANCH_VERSION="${{ github.ref }}"
echo "BRANCH_VERSION=$BRANCH_VERSION" >> $GITHUB_ENV
- name: Delete version of docs for branch (if branch is deleted) 🚀
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:

- name: Generate branch version string
run: |
BRANCH_NAME="${{ github.head_ref || github.ref || github.event.ref }}"
BRANCH_VERSION=$(echo $BRANCH_NAME | tr -cd '0-9.')
BRANCH_VERSION="${{ github.ref }}"
echo "BRANCH_VERSION=$BRANCH_VERSION" >> $GITHUB_ENV
- name: DryRun for debugging
Expand Down
2 changes: 1 addition & 1 deletion v1.0/Team Account/invites.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ createdAt: "Tue Jul 25 2023 19:30:06 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Mon Nov 06 2023 19:58:50 GMT+0000 (Coordinated Universal Time)"
---

After you convert your account to a team account, you will be the only member of your team. In order to invite users to join you, navigate to your Team page, and click the "Invite New Member" button at the top of the "Members" section.
After you convert your account to a team account, you will be the only member of your team. In order to invite users to join you, navigate to your Team page, and select the "Invite New Member" button at the top of the "Members" section.

[block:image]
{
Expand Down

0 comments on commit b361d48

Please sign in to comment.