Skip to content

Commit

Permalink
chore: will this work?
Browse files Browse the repository at this point in the history
attempt to get single JS file working using rollup
  • Loading branch information
kanadgupta committed Sep 14, 2023
1 parent 4827139 commit 83bffa3
Show file tree
Hide file tree
Showing 6 changed files with 240,077 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
# Instead of testing against the pre-built image, we can build
# an image from the currently checked-out repo contents by doing a
# li'l update in the action.yml file to point to the current Dockerfile.
- name: Replace Docker image value in action.yml
uses: jacobtomlinson/gha-find-replace@v3
with:
find: 'image:.*'
replace: "image: 'Dockerfile'"
include: rdme-repo/action.yml
# - name: Replace Docker image value in action.yml
# uses: jacobtomlinson/gha-find-replace@v3
# with:
# find: 'image:.*'
# replace: "image: 'Dockerfile'"
# include: rdme-repo/action.yml

- name: Run `openapi:validate` command
uses: ./rdme-repo/
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
# Instead of testing against the pre-built image, we can build
# an image from the currently checked-out repo contents by doing a
# li'l update in the action.yml file to point to the current Dockerfile.
- name: Replace Docker image value in action.yml
uses: jacobtomlinson/gha-find-replace@v3
with:
find: 'image:.*'
replace: "image: 'Dockerfile'"
include: action.yml
# - name: Replace Docker image value in action.yml
# uses: jacobtomlinson/gha-find-replace@v3
# with:
# find: 'image:.*'
# replace: "image: 'Dockerfile'"
# include: action.yml

# And finally, with our updated documentation,
# we run the `rdme` GitHub Action to sync the Markdown file
Expand Down
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ outputs:
rdme:
description: The rdme command result output
runs:
using: docker
image: docker://ghcr.io/readmeio/rdme:8.7.0-next.2
args:
- docker-gha
- ${{ inputs.rdme }}
using: node20
main: rollup-output.cjs
Loading

0 comments on commit 83bffa3

Please sign in to comment.