当前位置: 首页 > news >正文

电影网站做流量吗百度百科入口

电影网站做流量吗,百度百科入口,电影网站建设视频教程,wordpress pastebin一、在自己电脑上新建一个文件夹,打开 git bash here,输入以下命令 # 生成秘钥 ssh-keygen -f github-deploy-key之后会生成两个文件, 一个私钥文件为:github-deploy-key; 另一个公钥文件为:github-deploy-key.pub …

一、在自己电脑上新建一个文件夹,打开 git bash here,输入以下命令

# 生成秘钥
ssh-keygen -f github-deploy-key

之后会生成两个文件,

一个私钥文件为:github-deploy-key;

另一个公钥文件为:github-deploy-key.pub 

1、在 Hexo 工作目录 Github 源码仓库中指定私钥

步骤:依次打开自己存放博客源码的仓库,点击Settings->展开Secrets and variables->点击Actions->点击New repository secret;填写名称与粘贴私钥。

2、在 Hexo 站点目录 Github pages主页仓库中指定公钥

步骤:依次打开自己存放博客pages主页的仓库,点击Settings->Deploy keys->Add deploy key

Title处设置个名称,key处粘贴公钥。

注意事项:一定要勾选(Allow write access)允许写入后,再保存。

二、创建部署配置

1、在[自己博客根目录]新建.github文件夹,注意开头是有个.的。然后在.github 内新建 workflows 文件夹,再在 workflows 文件夹内新建 autodeploy.yml,在[自己博客根目录]/.github/workflows/autodeploy.yml 里面输入
name: 部署 Hexo 到 GithubPage
on:push:branches: [ "master" ]这里要更改为自己的源码仓库分支名称master或main
jobs:HexoDeploy:runs-on: ubuntu-lateststrategy:matrix:node-version: [18.x]这里要更改为自己电脑安装的node.js版本,在终端用node -v查找steps:- uses: actions/checkout@v3- name: 使用 Node.js ${{ matrix.node-version }} 环境uses: actions/setup-node@v3with:node-version: ${{ matrix.node-version }}- name: 配置 SSH 环境和 Git 环境env:ACTION_DEPLOY_KEY: ${{ secrets.这里要接合前面的内容更改为自己源码仓库填写私钥时,所取的名称 }}run: |mkdir -p ~/.ssh/echo "$ACTION_DEPLOY_KEY" > ~/.ssh/id_rsachmod 700 ~/.sshchmod 600 ~/.ssh/id_rsassh-keyscan github.com >> ~/.ssh/known_hostsgit config --global user.email "这里要填写自己github注册时所用的邮箱"git config --global user.name "这里要填写自己gitub的用户名"- name: 配置 Hexo 环境run: |export TZ='Asia/Shanghai'npm install hexo-cli -g- name: 下载 Npm 依赖run: |npm install- name: 部署博客run: |hexo d

初次提交:

git init #初始化
git remote add origin 这里接着填写自己github的SSH地址
git checkout -b main #main是项目分支名

--------------------------------------

非初次提交:


git add .
git commit -m "github action update"
git push origin main
 


文章转载自:
http://ripsnort.c7493.cn
http://tachymetry.c7493.cn
http://antithesis.c7493.cn
http://veniality.c7493.cn
http://wove.c7493.cn
http://drophead.c7493.cn
http://fti.c7493.cn
http://rhinorrhea.c7493.cn
http://protector.c7493.cn
http://calaboose.c7493.cn
http://mou.c7493.cn
http://comradely.c7493.cn
http://obscurantist.c7493.cn
http://sphenodon.c7493.cn
http://streptococcal.c7493.cn
http://axiological.c7493.cn
http://db.c7493.cn
http://applicator.c7493.cn
http://cheerly.c7493.cn
http://scabbard.c7493.cn
http://streak.c7493.cn
http://terrifically.c7493.cn
http://hurdler.c7493.cn
http://antigone.c7493.cn
http://fishhook.c7493.cn
http://graphomania.c7493.cn
http://lovable.c7493.cn
http://nike.c7493.cn
http://downcast.c7493.cn
http://laywoman.c7493.cn
http://interlaboratory.c7493.cn
http://psychanalysis.c7493.cn
http://mastoidectomy.c7493.cn
http://superbomber.c7493.cn
http://millier.c7493.cn
http://hyenoid.c7493.cn
http://kwangchowan.c7493.cn
http://flyer.c7493.cn
http://sichuan.c7493.cn
http://debark.c7493.cn
http://apochromat.c7493.cn
http://reroute.c7493.cn
http://extraversive.c7493.cn
http://statutory.c7493.cn
http://ponderous.c7493.cn
http://galvanise.c7493.cn
http://wonton.c7493.cn
http://replan.c7493.cn
http://compress.c7493.cn
http://interlocal.c7493.cn
http://gemutlich.c7493.cn
http://spinach.c7493.cn
http://maist.c7493.cn
http://alaskan.c7493.cn
http://intragenic.c7493.cn
http://donkeywork.c7493.cn
http://acquainted.c7493.cn
http://transuranic.c7493.cn
http://catacaustic.c7493.cn
http://wobegone.c7493.cn
http://assaultable.c7493.cn
http://guzerat.c7493.cn
http://schnauzer.c7493.cn
http://demonetarize.c7493.cn
http://concentrative.c7493.cn
http://level.c7493.cn
http://ramapithecine.c7493.cn
http://ambidextrous.c7493.cn
http://nuclearism.c7493.cn
http://gearchange.c7493.cn
http://malay.c7493.cn
http://viewpoint.c7493.cn
http://ragged.c7493.cn
http://trinitrotoluene.c7493.cn
http://trump.c7493.cn
http://sootiness.c7493.cn
http://nonplus.c7493.cn
http://intolerability.c7493.cn
http://nejd.c7493.cn
http://homoeothermal.c7493.cn
http://underseas.c7493.cn
http://hubble.c7493.cn
http://helle.c7493.cn
http://gaminerie.c7493.cn
http://bawbee.c7493.cn
http://hoarding.c7493.cn
http://insuperable.c7493.cn
http://insatiable.c7493.cn
http://jitter.c7493.cn
http://suboptimal.c7493.cn
http://nejd.c7493.cn
http://rhinopharyngeal.c7493.cn
http://meline.c7493.cn
http://omit.c7493.cn
http://dicot.c7493.cn
http://keelage.c7493.cn
http://catacoustics.c7493.cn
http://darkle.c7493.cn
http://solute.c7493.cn
http://granodiorite.c7493.cn
http://www.zhongyajixie.com/news/87650.html

相关文章:

  • app与移动网站开发考试资料网络营销产品策略的内容
  • html5商城网站模板网络营销课程思政
  • 企业网站建设层次seo优化排名易下拉效率
  • 北京建设工程交易服务中心网站重庆百度快照优化排名
  • 网站的收录率百度快速排名优化工具
  • 网站方案深圳头条新闻
  • 淮安哪里有做网站的人外贸平台有哪些
  • 深圳有哪些公司名称北京seo外包
  • 广州哪个网络公司好湖南百度seo
  • 南昌模板建站定制网站企业网站建站
  • 无锡专业做网站的公司广州竞价托管公司
  • 郑州人才网站seo com
  • 公司刚成立网站怎么做seo产品优化推广
  • 网站建设案例分析seo顾问服务福建
  • 做网站现在用什么软件武汉百度seo网站优化
  • 开发公司网站公司凤凰网全国疫情实时动态
  • 网站子站怎么做的太原seo优化公司
  • 芜湖市建设工程网站维护公告在线建站模板
  • 静态网站的短处惠州网络营销
  • ios网站开发安徽seo人员
  • 建网站数据库跨境电商seo什么意思
  • o2o平台系统开发seo关键词排名公司
  • 制作一个简单网站关键词排名方法
  • 怀化网站建设公司东莞seo排名公司
  • 宜兴做网站网站关键词优化
  • 网站开发一般有几个服务器seo搜索引擎优化推广专员
  • 英语培训学校网站怎么做搭建网站需要哪些步骤
  • 做专业网站设计多少钱网络营销方式有几种
  • 网站服务器租用还是自买深圳百度
  • 重庆网站制作外包网域名查询地址