Skip to content

Commit

Permalink
Fixed module path for writerside gh actions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee authored May 17, 2024
1 parent 7642a66 commit 6a706ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pages: write

env:
INSTANCE: 'Writerside/rpc'
INSTANCE: 'kotlinx-rpc/rpc'
ARTIFACT: 'webHelpRPC2-all.zip'
DOCKER_VERSION: '241.15989'

Expand All @@ -29,7 +29,7 @@ jobs:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}
locations: docs/pages/Writerside/
locations: docs/pages/kotlinx-rpc/

- name: Save artifact with build results
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kotlinx-rpc/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<generate-sitemap-url-prefix>https://www.jetbrains.com/help/</generate-sitemap-url-prefix>
</variables>

<build-profile instance="RPC">
<build-profile instance="rpc">
<variables>
<noindex-content>false</noindex-content>
</variables>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="RPC"
<instance-profile id="rpc"
name="kotlinx.rpc"
start-page="getting_started.md">

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kotlinx-rpc/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<images dir="images" web-path="images/"/>
<categories src="c.list"/>
<vars src="v.list"/>
<instance src="RPC.tree" version="0.1.0" web-path="/kotlinx-rpc/"/>
<instance src="rpc.tree" version="0.1.0" web-path="/kotlinx-rpc/"/>
</ihp>

0 comments on commit 6a706ae

Please sign in to comment.