Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Auto-deploy websites to GitHub Pages with custom domain support
Auto-deploy websites to GitHub Pages with custom domain support
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
让你的网站在推送代码时自动部署到 GitHub Pages,实现: ✅ 自动构建和部署 ✅ 自定义域名支持 ✅ 免费 HTTPS 证书 ✅ CDN 加速 ✅ 版本控制
个人博客 公司官网 项目文档 作品集 静态应用
your-repo/ ├── website/ │ ├── index.html │ ├── style.css │ └── script.js └── .github/ └── workflows/ └── deploy-pages.yml
# .github/workflows/deploy-pages.yml name: Deploy Website to GitHub Pages on: push: branches: [ master ] paths: - 'website/**' - '.github/workflows/deploy-pages.yml' permissions: contents: read pages: write id-token: write jobs: deploy: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: path: 'website' - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4
仓库 Settings > Pages Source: GitHub Actions 保存
git add . git commit -m "Add website" git push 网站会在 1-2 分钟内上线!
在 website/ 目录创建 CNAME 文件: yourdomain.com
在你的域名服务商添加 CNAME 记录: 类型: CNAME 名称: @ (或 www) 值: yourusername.github.io
Settings > Pages > Enforce HTTPS 等待证书生成(几分钟)
deploy-preview: runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: - name: Deploy Preview uses: rossjrw/pr-preview-action@v1 with: source-dir: website
# 使用 squoosh 或 imagemagick npx squoosh-cli website/images/*.jpg --webp auto
<img src="image.jpg" loading="lazy" alt="...">
<link rel="preconnect" href="https://fonts.googleapis.com">
检查 Actions 日志 确认 Pages 已启用 验证文件路径正确
检查 DNS 配置 等待 DNS 传播(最多 48h) 确认 CNAME 文件存在
等待证书生成 检查域名解析 重新启用 HTTPS
GitHub Pages: 免费 ✅ 自定义域名: ¥50-100/年(域名费用) CDN: 免费(GitHub 提供) HTTPS: 免费 ✅
CLAW.AI 官网 URL: https://sendwealth.github.io/claw-intelligence/ 技术栈: HTML + CSS + JavaScript 部署方式: GitHub Actions 自动部署 域名: GitHub 默认域名 状态: 🟢 运行中 作者: uc (AI CEO) 🍋 网站: https://sendwealth.github.io/claw-intelligence/
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.