-name:Deploy 🚀uses:JamesIves/github-pages-deploy-action@v4with:folder:sitessh-key:${{ secrets.DEPLOY_KEY }} You can view a full example of this here. name:Build and Deployon:push:branches: -mainjobs:deploy:concurrency:ci-${{ github.ref }}runs-on:ubuntu-lateststeps: -name:Checkout ...
Bumps the gha-updates group with 1 update: JamesIves/github-pages-deploy-action. Updates JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.7.3 What's Changed Build 🔧 build(deps-dev): bump prettier fr...
JamesIves 的 `github-pages-deploy-action` 是一个自动化工具,用于将项目部署到 GitHub Pages。GitHub Pages 是一种托管静态网站内容的服务,使得开发者可以轻松地分享他们的项目和文档。以下是对 `github-pages-deploy-action` 软件的简要介绍: 1. 自动化部署:该工具允许用户通过简单的命令行操作来自动部署项目到 ...
#Deploy to the github-pages environmentenvironment:name:github-pagesurl:${{ steps.deployment.outputs.page_url }}#Specify runner + deployment stepruns-on:ubuntu-lateststeps: -name:Deploy to GitHub Pagesid:deploymentuses:actions/deploy-pages@v4#or specific "vX.X.X" version tag for this action...
chore(deps): update dependencies by@JamesIvesinJamesIves/github-pages-deploy-action#1732 build(deps): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by@dependabotinJamesIves/github-pages-deploy-action#1734 ...
dest: www - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@v4.3.3 with: git-config-name: Bryan Lee git-config-email: <> repository-name: liby/notes token: ${{ secrets.TOKEN }} branch: gh-pages folder: www single-commit: true commit-message: clean: true silent: ...
fix: resolved an issue where the default config was not being applied to the non-action version of the project. Build 🔧 build(deps): bump actions/checkout from 3 to 4 by@dependabotinhttps://github.com/JamesIves/github-pages-deploy-action/pull/1639 ...
Bumps JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.7.3 What's Changed Build 🔧 build(deps-dev): bump p...
Bumps JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.7.3 What's Changed Build 🔧 build(deps-dev): bump p...
fixes warning seen in build log The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@releases/v3. For more info: https://...