mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-07-31 22:40:19 +02:00
Fix failing build
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
PUBLIC_API_URL=http://api.roadmap.sh
|
PUBLIC_API_URL=https://api.roadmap.sh
|
||||||
PUBLIC_AVATAR_BASE_URL=https://dodrc8eu8m09s.cloudfront.net/avatars
|
PUBLIC_AVATAR_BASE_URL=https://dodrc8eu8m09s.cloudfront.net/avatars
|
||||||
PUBLIC_EDITOR_APP_URL=
|
PUBLIC_EDITOR_APP_URL=https://draw.roadmap.sh
|
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
env:
|
env:
|
||||||
PUBLIC_API_URL: "https://api.roadmap.sh"
|
PUBLIC_API_URL: "https://api.roadmap.sh"
|
||||||
|
PUBLIC_EDITOR_APP_URL: "https://draw.roadmap.sh"
|
||||||
PUBLIC_AVATAR_BASE_URL: "https://dodrc8eu8m09s.cloudfront.net/avatars"
|
PUBLIC_AVATAR_BASE_URL: "https://dodrc8eu8m09s.cloudfront.net/avatars"
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PAT: ${{ secrets.PAT }}
|
PAT: ${{ secrets.PAT }}
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf .temp
|
rm -rf .temp
|
||||||
git clone git@github.com:roadmapsh/web-draw.git .temp/web-draw
|
git clone https://"$PAT"@github.com/roadmapsh/web-draw.git .temp/web-draw
|
||||||
|
|
||||||
rm -rf renderer
|
rm -rf renderer
|
||||||
mkdir renderer
|
mkdir renderer
|
||||||
|
Reference in New Issue
Block a user