Skip to content

Commit

Permalink
Update docs.yml to not use exiled.Host (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 authored Feb 9, 2024
1 parent d85be1f commit 10bd10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
EXILED_REFERENCES_URL: https://www.exiled.host/build_deps/References.zip
EXILED_REFERENCES_URL: https://misaka-zerotwo.github.io/SL-References/Master.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/References

jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Get references
shell: pwsh
run: |
Invoke-WebRequest -Uri https://exiled.host/build_deps/References.zip -OutFile ${{ github.workspace }}/References.zip
Invoke-WebRequest -Uri ${{ EXILED_REFERENCES_URL }} -OutFile ${{ github.workspace }}/References.zip
Expand-Archive -Path References.zip -DestinationPath ${{ env.EXILED_REFERENCES_PATH }}
- name: Download DocFX
Expand Down

0 comments on commit 10bd10f

Please sign in to comment.