-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 ...
- name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: folder: site ssh-key: ${{ secrets.DEPLOY_KEY }} You can view a full example of this here. name: Build and Deploy on: push: branches: - main jobs: deploy: concurrency: ci-${{ github.ref }} runs-on: ubuntu...
#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...
mv test_report.html test_short_report.html deploy/ - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4.6.3 uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages folder: deploy 0 comments on commit 4fbd0c8 Please sign in to comment. Footer...
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action) v4.6.8 Compare Source What's Changed Bug Fixes 🐝 fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment...
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://...
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 ...
Bumps JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.4 What's Changed What's Changed Bug Fixes 🐝 fix:...
feat: whentarget-folderis specified the action will now create any missing folders for you by@databasedavinJamesIves/github-pages-deploy-action#1737 New Contributors @databasedavmade their first contribution inJamesIves/github-pages-deploy-action#1737 ...
qmk --verbose generate-docs - name: Deploy uses: JamesIves/github-pages-deploy-action@3.7.1 uses: JamesIves/github-pages-deploy-action@v4.3.4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BASE_BRANCH: master 0 comments on commit 88086a8 Please sign in to comment. Footer...