-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
987 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,24 @@ | ||
name: Remove PR Environemnt on Close | ||
name: Azure Static Web App PR Cleanup | ||
|
||
on: | ||
pull_request: | ||
types: [closed] | ||
|
||
jobs: | ||
build_and_deploy: | ||
pr_cleanup: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Download a single artifact | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: Site | ||
path: ./_site | ||
|
||
- uses: actions/create-github-app-token@v1 | ||
id: app-token | ||
with: | ||
app-id: ${{ secrets.NKDAGILITY_BOT_APP_ID }} | ||
private-key: ${{ secrets.NKDAGILITY_BOT_CLIENTSECRET }} | ||
|
||
- name: Deploy | ||
- name: Clean up pull request environment | ||
uses: Azure/static-web-apps-deploy@v1 | ||
with: | ||
repo_token: ${{ steps.app-token.outputs.token }} | ||
action: 'upload' | ||
app_location: ./_site | ||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} | ||
action: 'delete' | ||
app_location: '' | ||
skip_app_build: true | ||
skip_api_build: true | ||
output_location: '' | ||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Welcome to Our Site" | ||
title: "naked Agility" | ||
url: "/" | ||
--- | ||
Welcome to our website. We specialize in helping teams become more productive, agile, and aligned with their business goals. Test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
--- | ||
title: "Training Courses" | ||
url: "/capabilities/training-courses/" | ||
date: 2024-06-12 | ||
weight: 2 | ||
type: capabilities | ||
aliases: | ||
- /capabilities/private-corporate-training/ | ||
card: | ||
button: | ||
content: Training Courses | ||
content: Elevate your team's performance with our Private Corporate Training! Tailored specifically to your organization's needs, our courses cover everything from Lean Agile practices such as Scrum, Kanban, and DevOps to hands-on tools training in Azure DevOps, GitHub, and Copilot AI. | ||
title: Professional Training | ||
--- | ||
Our training courses are designed to equip your team with the skills and knowledge they need to excel in an Agile environment. We offer a variety of courses tailored to different roles, including Scrum Masters, Product Owners, and team members, with both immersive and traditional learning experiences. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Who are we?" | ||
description: "Naked Agility Limited is a boutique consultancy that offers training, coaching, mentoring, and facilitation to help people and teams evolve, integrate, and continuously improve." | ||
url: "/company/people/" | ||
layout: "section" # Hugo will use section.html to render the list of pages | ||
--- | ||
Overview of all People. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Who are we?" | ||
url: "/company/people/" | ||
layout: "section" # Hugo will use section.html to render the list of pages | ||
--- | ||
Overview of all People. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,32 @@ | ||
--- | ||
slug: ana-pujana-jimenez | ||
coverImage: Ana.jpg | ||
author: MrHinsh | ||
title: Ana Pujana Jiménez | ||
aliases: | ||
- /company/people/ana-pujana-jimenez/ | ||
date: 2021-10-16 | ||
id: "46982" | ||
title: "Ana Pujana Jiménez" | ||
date: "2021-10-16" | ||
coverImage: "Ana.jpg" | ||
author: "MrHinsh" | ||
type: "people" | ||
slug: "ana-pujana-jimenez" | ||
type: people | ||
card: | ||
title: Ana Pujana Jiménez | ||
content: |- | ||
<strong>Associate Coach</strong> | ||
Maximising Agile Practices for Software Products ✪ Acclaimed Agile Expert, Trainer, & Speaker with 10+ yrs in IT Industry ✪ Scrum (PSM, PSPO) & Kanban Advocate ✪ Product Management Specialist ✪ Continuous Improvement Enthusiast | ||
button: | ||
content: More info | ||
|
||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,32 @@ | ||
--- | ||
slug: dan-brown-kanbandan | ||
coverImage: kanban-dan.png | ||
author: MrHinsh | ||
title: Dan Brown (KanbanDan) | ||
aliases: | ||
- /company/people/dan-brown-kanbandan/ | ||
date: 2023-06-20 | ||
id: "49463" | ||
title: "Dan Brown (KanbanDan)" | ||
date: "2023-06-20" | ||
coverImage: "kanban-dan.png" | ||
author: "MrHinsh" | ||
type: "people" | ||
slug: "dan-brown-kanbandan" | ||
type: people | ||
card: | ||
title: Dan Brown (KanbanDan) | ||
content: |- | ||
<strong>Agile Trainer & Coach</strong> | ||
Enhancing Delivery ✪ Agile Trainer & Coach ✪ Expert in Lean Kanban & Agile Transformation ✪ Passionate Coach, Teacher, & Speaker | ||
button: | ||
content: More info | ||
|
||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.