This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
clone raylib.com repo under the same owner as the raylib repo owner
pull/5129/head
Johnny Cena
1 month ago
parent
cfd3aeade2
commit
a1ec042c80
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/update_examples.yml
+ 1
- 1
.github/workflows/update_examples.yml
View File
@ -31,7 +31,7 @@ jobs:
env
:
GITHUB_TOKEN
:
${{
secrets.GITHUB_TOKEN
}}
run
:
|
git
clone
https
:
//x-access-token
:
${GITHUB_TOKEN}@github.com/
JohnnyCena123
/raylib.com.git
"${{ github.workspace }}/../raylib.com"
git
clone
https
:
//x-access-token
:
${GITHUB_TOKEN}@github.com/
$GITHUB_REPOSITORY_OWNER
/raylib.com.git
"${{ github.workspace }}/../raylib.com"
shell
:
bash
-
name
:
Build
and
run
rexm
tool
(GNU
Makefile)
Write
Preview
Loading…
Cancel
Save