mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-16 02:53:48 -05:00
[PR #1521] Migrate from Travis CI to GitHub Actions for site deployment #1324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1521
Author: @radiantly
Created: 3/7/2020
Status: 🔄 Open
Base:
master← Head:github-actions📝 Commits (1)
8babb6bCreate deploy.yml for github actions📊 Changes
3 files changed (+23 additions, -19 deletions)
View changed files
➕
.github/workflows/deploy.yml(+23 -0)➖
.travis.yml(+0 -17)➖
requirements.txt(+0 -2)📄 Description
GitHub actions offers a more integrated CI/CD service for the Mkdocs site deployment.
Note: You will need to set your personal access token under the repository settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.