You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "<!DOCTYPE html><html><head><meta charset='UTF-8'><title>Only One Ladder</title></head><body><h1>Only One Ladder</h1><ul><li><a href='./stable/'>Stable Build</a> - Last updated: ${STABLE_DATE}</li><li><a href='./dev/'>Development Build</a> - Last updated: ${DEV_DATE}</li></ul><p>The development branch is <strong>${COMMITS_BEHIND} commits ahead</strong> of the last stable release (${LATEST_TAG}).</p></body></html>" > deploy-root/index.html
140
+
141
+
- name: Upload index.html to root of GitHub Pages
142
+
uses: JamesIves/github-pages-deploy-action@v4
104
143
with:
105
-
branch: gh-pages # The branch the action should deploy to.
106
-
folder: build/web # The folder the action should deploy.
0 commit comments