Skip to content

Commit

Permalink
chore: remove invalid http scheme from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
menski authored and ralfpuchert committed Mar 1, 2022
1 parent 9d49d6f commit 5e93b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Download sitemap from production
run: curl -sL https://docs.camunda.io/sitemap.xml | grep -oP '<loc>\K.*?(?=</loc>)' | sed "s!https://docs.camunda.io!${{ matrix.url }}!g" > sitemap.prod.txt
- name: Prepare product links
run: grep 'https://docs.camunda.io' product-links.txt | sed "s!https://docs.camunda.io!http://${{ matrix.url }}!g" > product-links.prod.txt
run: grep 'https://docs.camunda.io' product-links.txt | sed "s!https://docs.camunda.io!${{ matrix.url }}!g" > product-links.prod.txt
# disable action until https://github.com/tylerbutler/linkcheck-bin/issues/1 is released
#uses: filiph/[email protected]
#with:
Expand Down

0 comments on commit 5e93b37

Please sign in to comment.