Skip to content

Commit

Permalink
update to new Netlify url pattern (#876)
Browse files Browse the repository at this point in the history
* update to new Netlify url pattern

* add file to test action

* add dummy file to source dir

* test will only work in main repo
  • Loading branch information
MongoCaleb authored Jan 27, 2025
1 parent 9376c1e commit 24ddd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-netlify-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: build_page_links
run: |
new_links=""
base_link='https://deploy-preview-${{ github.event.number }}--app-services.netlify.app'
base_link='https://deploy-preview-${{ github.event.number }}--docs-app-services.netlify.app'
changed_files=${{ steps.changed-files.outputs.all_changed_files }}
files=$(echo $changed_files | tr "," "\n")
for file in $files; do
Expand Down

0 comments on commit 24ddd86

Please sign in to comment.