Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Sep 21, 2024
1 parent 8efb24b commit ce5da0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build documentation
name: Build and Deploy Documentation

on:
push:
Expand All @@ -15,7 +15,7 @@ env:
INSTANCE: writerside/elsa
ARTIFACT: webHelpELSA2-all.zip
# Writerside docker image version
DOCKER_VERSION: 232.10275
DOCKER_VERSION: 233.14389
# 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
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: docs
path: artifacts
Expand All @@ -87,13 +87,13 @@ jobs:
run: unzip -O UTF-8 -qq ${{ env.ARTIFACT }} -d dir

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: dir

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3

0 comments on commit ce5da0f

Please sign in to comment.