[PR #1521] Migrate from Travis CI to GitHub Actions for site deployment #1324

Open
opened 2025-11-06 13:13:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1521
Author: @radiantly
Created: 3/7/2020
Status: 🔄 Open

Base: masterHead: github-actions


📝 Commits (1)

  • 8babb6b Create 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1521 **Author:** [@radiantly](https://github.com/radiantly) **Created:** 3/7/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `github-actions` --- ### 📝 Commits (1) - [`8babb6b`](https://github.com/vinta/awesome-python/commit/8babb6b9cbf458e1b0a6d8bf5bb9516dbe8cf2ad) Create deploy.yml for github actions ### 📊 Changes **3 files changed** (+23 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/deploy.yml` (+23 -0) ➖ `.travis.yml` (+0 -17) ➖ `requirements.txt` (+0 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:13:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1324