mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:33:26 +00:00
Fix upgrade guide and add warning
This commit is contained in:
@@ -11,8 +11,15 @@ Keeping your instance up-to-date with the latest features and bug fixes can enha
|
|||||||
You can also setup a scheduled workflow to automatically update your instance. This will allow you to keep your instance up to date without manual intervention.
|
You can also setup a scheduled workflow to automatically update your instance. This will allow you to keep your instance up to date without manual intervention.
|
||||||
|
|
||||||
To do this, you will need to follow the guide below...
|
To do this, you will need to follow the guide below...
|
||||||
1. If you have not already, click [here](https://github.com/movie-web/movie-web/fork) to fork the movie-web Github repository.
|
|
||||||
2. Paste the below file into your repository's root `/.github/workflows` directory
|
<Warning>This upgrade method will only work if your repository is a fork!</Warning>
|
||||||
|
|
||||||
|
<Steps>
|
||||||
|
<Steps.Step>
|
||||||
|
If you have not already, click [here](https://github.com/movie-web/movie-web/fork) to fork the movie-web Github repository.
|
||||||
|
</Steps.Step>
|
||||||
|
<Steps.Step>
|
||||||
|
Paste the below file into your repository's root `/.github/workflows` directory
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# File: .github/workflows/sync.yml
|
# File: .github/workflows/sync.yml
|
||||||
@@ -43,8 +50,11 @@ jobs:
|
|||||||
|
|
||||||
- uses: gautamkrishnar/keepalive-workflow@v1
|
- uses: gautamkrishnar/keepalive-workflow@v1
|
||||||
```
|
```
|
||||||
|
</Steps.Step>
|
||||||
3. Commit and push the changes to your repository.
|
<Steps.Step>
|
||||||
|
Commit and push the changes to your repository.
|
||||||
|
</Steps.Step>
|
||||||
|
</Steps>
|
||||||
|
|
||||||
Your instance should now be automatically updated to the latest version.
|
Your instance should now be automatically updated to the latest version.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user