Skip to content

Commit

Permalink
Merge pull request #50 from okd-project/zed/cicd-deploy-fix
Browse files Browse the repository at this point in the history
Force push update
  • Loading branch information
JaimeMagiera committed Jun 5, 2024
2 parents 480aaa2 + 4e1c687 commit 69ef1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Spellcheck
run: ./node_modules/.bin/cspell "docs/**/*.md"
- name: Build the site
run: mkdocs gh-deploy --strict --clean --verbose -d public
run: mkdocs gh-deploy --strict --force --clean --verbose -d public
- name: Upload built site
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 69ef1b2

Please sign in to comment.