Skip to content

Commit

Permalink
increment workflow code version numbers by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahernandez411 committed Apr 9, 2024
1 parent 6a6f2c8 commit b3623e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflow-templates/im-deploy-techdocs-site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workflow Code: SparklyToad_v3 DO NOT REMOVE
# Workflow Code: SparklyToad_v4 DO NOT REMOVE
# Purpose:
# Publishes a techdocs site to the storage account where TechHub
# looks for TechDocs.
Expand All @@ -8,7 +8,7 @@
# to publish multiple docs at once
#
# Projects to use this Template with:
# - Any project with TechDocs
# - Any project with TechDocs

name: Publish TechDocs Site

Expand Down Expand Up @@ -42,11 +42,11 @@ jobs:
ACCOUNT_NAME: bdaimpna26techhubsa
CONTAINER_NAME: techdocs

# This is project dependent.
# This is project dependent.
# TODO: Replace kind and entity name based on the entity this techdocs site will belong to.
# The name can be found in catalog-info.yaml.
ENTITY_NAME: 'default/<add-kind>/<add-entity-name>'

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
az logout
az cache purge
az account clear

0 comments on commit b3623e9

Please sign in to comment.