Skip to content

Commit

Permalink
Updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasad Chinwal authored and Prasad Chinwal committed Dec 15, 2023
1 parent 76af401 commit 304ee8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ env:
# Name of module and id separated by a slash
INSTANCE: Writerside/ui
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpHI2-all.zip
ARTIFACT: webHelpUI2-all.zip
# Writerside docker image version
DOCKER_VERSION: 232.10275
# Add the variable below to upload Algolia indexes
# Replace HI with the ID of the instance in capital letters
ALGOLIA_ARTIFACT: algolia-indexes-HI.zip
ALGOLIA_ARTIFACT: algolia-indexes-UI.zip

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Writerside/c.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE categories
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
<categories>
<category id="wrs" name="Writerside documentation" order="1"/>
<category id="ui" name="Writerside documentation" order="1"/>
</categories>
2 changes: 1 addition & 1 deletion Writerside/topics/Application-Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Other commonly used software products.
5. You can open your code in your favourite editor or visit the url `https://apps.uis.edu/blog` in your browser.

<seealso>
<category ref="ref">
<category ref="ui">
<a href="https://laravel-news.com/">Laravel News</a>
<a href="https://laracasts.com/">Laracasts</a>
<a href="https://bootcamp.laravel.com/">Laravel Bootcamp</a>
Expand Down
2 changes: 1 addition & 1 deletion Writerside/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ihp version="2.0">
<topics dir="topics" web-path="topics"/>
<images dir="images" web-path="images"/>
<images dir="images" web-path="its-docs"/>
<categories src="c.list"/>
<vars src="v.list"/>
<instance src="ui.tree" keymaps-mode="provided"/>
Expand Down
Binary file added webHelpUI2-all.zip
Binary file not shown.

0 comments on commit 304ee8b

Please sign in to comment.