Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmjartan committed Feb 22, 2024
1 parent 5be6a2e commit 54e763f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-examples-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2024 GoodData Corporation

# Deploy of ui sdk examples
name: Doc ~ Examples deploy
name: Doc ~ test
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-doc-update-hugo-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Add repository to git safe directories to avoid dubious ownership issue
if: steps.check-version.outputs.is_patch == 'false'
run: git config --global --add safe.directory $GITHUB_WORKSPACE
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/test-hugo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# (C) 2024 GoodData Corporation

# Deploy of ui sdk examples
name: A ~ test hugo params
on:
workflow_dispatch:

jobs:
test-hugo-params:
secrets: inherit
uses: ./.github/workflows/rw-doc-update-hugo-version.yml
with:
source-branch: "master"
version: "9.8.0"

0 comments on commit 54e763f

Please sign in to comment.