Skip to content

Commit

Permalink
Correct name of repo (#525)
Browse files Browse the repository at this point in the history
* Update docusaurus.config.js

Corrected the name of the repo so that the correct one is cloned

* Update build-deploy-github-pages.yml

Added branch that is classed as the trunk branch
  • Loading branch information
russellseymour committed Mar 26, 2024
1 parent 3f21eb9 commit 4452054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build-deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ steps:
displayName: "Publish: GitHub Pages"
workingDirectory: $(working_directory)
condition: and(contains(variables['build.sourceBranch'], 'refs/heads/master'), succeeded())
env:
DEPLOYMENT_BRANCH: master
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
onBrokenLinks: "warn",
favicon: "img/icons/favicon.ico",
organizationName: "Ensono", // Usually your GitHub org/user name.
projectName: "Ensono Stacks", // Usually your repo name.
projectName: "amido.github.io", // Usually your repo name.
customFields: {
description: 'Ensono Stacks is a catalogue of workload templates that\n' +
'instantly scaffold and deploy boilerplate software projects. Slash the time it takes to get productive on your software project.',
Expand Down

0 comments on commit 4452054

Please sign in to comment.