Skip to content

Commit

Permalink
fix crawler; bump actions;
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jun 25, 2024
1 parent 9f6202c commit 1fa4afe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Workspace
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Crawl for Broken Links
run: ./check-links/crawl-for-broken-links.sh https://openziti.io
- name: Resolve Alarm Issue if Links are Not Broken
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Workspace
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check popular links to new docs site
run: ./check-links.sh https://openziti.io ./popular-docs-links.txt
working-directory: ./check-links/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudfront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout workspace
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure Python
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ziti_ci_gpg_key_id: ${{ secrets.ZITI_CI_GPG_KEY_ID }}
steps:
- name: Checkout Workspace
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Doxygen
run: |
Expand Down
1 change: 1 addition & 0 deletions check-links/crawl-for-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ twitter\.com/(OpenZiggy|OpenZiti)
landing.openziti.io/
fonts.gstatic.com/
github\.com/.*#
.*\.?example\.(com|net|org)
EOF
# github\.com/.*/releases/latest/download

Expand Down

0 comments on commit 1fa4afe

Please sign in to comment.