File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v4
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
33+ - name : Print Project Information
34+ run : |
35+ echo "=========================================="
36+ echo "Project: github-deploy"
37+ echo "Description: 使用github为网站提供部署服务以及部署流进程运行"
38+ echo "Website: https://dushenyan.github.io/github-deploy/"
39+ echo "Repository: https://github.com/dushenyan/github-deploy"
40+ echo "=========================================="
3341 - name : Build with Jekyll
3442 uses : actions/jekyll-build-pages@v1
3543 with :
4957 - name : Deploy to GitHub Pages
5058 id : deployment
5159 uses : actions/deploy-pages@v4
60+ - name : Print Deployment Success Message
61+ run : |
62+ echo "=========================================="
63+ echo "Deployment completed successfully!"
64+ echo "Project github-deploy is now live at: ${{ steps.deployment.outputs.page_url }}"
65+ echo "Thank you for using GitHub Pages for deployment!"
66+ echo "=========================================="
You can’t perform that action at this time.
0 commit comments