🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like. - JamesIves/github-pages-deploy-action
run: | npm ci npm run build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: folder: build clean: true clean-exclude: | special-file.txt some/*.txt ssh-key: ${{ secrets.DEPLOY_KEY }} Alternatively, if you've already configured the SSH client within a previous...
Testing 🧪 test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @ v4). This was done to combat problems raised by#1697. Full Changelog:JamesIves/github-pages-deploy-action@v4...v...
Release notes Sourced fromJamesIves/github-pages-deploy-action's releases. v4.6.9 What's Changed Dependencies 🤖 chore(deps): mass bump dependencies chore(deps): switch to using.node-versioninstead of.nvmrcfor Node dependency management. chore(deps): updated node version to 22.11.0 for develop...
build(deps): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by@dependabotinJamesIves/github-pages-deploy-action#1734 build(deps-dev): bump the eslint group with 2 updates by@dependabotinJamesIves/github-pages-deploy-action#1733 ...
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...
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:...
2 changes: 1 addition & 1 deletion 2 .github/workflows/storybook.yaml Original file line numberDiff line numberDiff line change @@ -32,7 +32,7 @@ jobs: - name: build storybook run: npm run build-storybook -w=app - name: deploy storybook uses: JamesIves/github-pages-deploy-action@v...
Sourced fromJamesIves/github-pages-deploy-action's releases. v4.6.3 What's Changed Build 🔧 Consolidated a number of build scripts to make publishing easier. Full Changelog:JamesIves/github-pages-deploy-action@v4...v4.6.3 v4.6.2
run: make all - name: Deploy to gh page uses: JamesIves/github-pages-deploy-action@v4.6.3 uses: JamesIves/github-pages-deploy-action@v4.6.4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages 0 comments on commit e0f7a22 Please sign in to comment. Footer...