Skip to content

Commit

Permalink
remove test and paths, use isPublic instead of hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyqi committed Oct 10, 2023
1 parent 19efe71 commit d2609ca
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/reference-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches-ignore:
- main
paths:
- '.github/workflows/**'
- 'reference/**'
pull_request:
paths:
- '.github/workflows/**'
Expand All @@ -19,18 +16,6 @@ jobs:
# Pull Request
# ////////////////////////////////////////////////////////////////////////

# Testing
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3

- name: Run `versions` command
uses: readmeio/rdme@v8
with:
rdme: versions:create --help

# Create a new ReadMe Version
rdme-version:
runs-on: ubuntu-latest
Expand All @@ -41,7 +26,7 @@ jobs:
- name: Run `versions` command
uses: readmeio/rdme@v8
with:
rdme: versions:create ${{ github.event.pull_request.number }} --fork=v3.26 --main=false --beta=false --deprecated=false --hidden=false
rdme: versions:create ${{ github.event.pull_request.number }} --key=${{ secrets.README_API_KEY }} --fork=v3.26 --main=false --beta=false --deprecated=false --isPublic=true

# Push branch content onto that ReadMe Version
rdme-docs:
Expand Down

0 comments on commit d2609ca

Please sign in to comment.