Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,19 @@ jobs:
export -f prune
find . -maxdepth 1 | while read file; do prune ${file}; done

- name: Subdomain
- name: Update CNAME
run : |
echo "beta.gitlang.net" > ./docs/CNAME

- name: Push
- name: Push to Beta
run: |
git config user.name "Mikl Wolfe"
git config user.email "wolfemikl@gmail.com"
git remote add beta https://github.com/chiefmikey/gitlang-beta.git
git checkout -b beta/main
git add docs
git commit -am 'Update test build'
git fetch beta main
git push -fu beta main
echo "Pushed to https://github.com/chiefmikey/gitlang-beta"
echo "https://beta.gitlang.net"