You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,11 @@ This GitHub Action automates the build and deployment process for [Minifront](ht
6
6
7
7
1.**Fork this repository** to your own GitHub account.
8
8
9
-
2.**Customize the Action**. Modify the `.github/workflows/deploy-minifront.yml` file:
10
-
- Fill in environment variables for your desired hosting providers. You can use as many as you like, they will all be deployed sequentially.
11
-
- Update the secrets in your GitHub repository accordingly.
9
+
2.**Add Environment Secrets**. You do not need to customize the `.github/workflows/deploy-minifront.yml` file. Simply add the necessary environment [secrets](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions) in your GitHub repository for your desired hosting providers:
10
+
- You can use as many as you like, they will all be deployed sequentially.
12
11
- Providers without configured secrets won't run.
13
12
- Github Pages are deployed automatically, but need to be enabled in your repository settings.
14
-
- Change cron frequency as desired (given github free tier, you can deploy at most every 4 hours)
13
+
- Change cron frequency as desired (given GitHub free tier, you can deploy at most every 4 hours).
15
14
16
15
3.**Enable GitHub Actions**. Make sure GitHub Actions are enabled in your forked repository (Settings > Actions > General).
0 commit comments