mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Bump docs version to 4.2
This commit is contained in:
9
.github/workflows/sync_class_ref.yml
vendored
9
.github/workflows/sync_class_ref.yml
vendored
@@ -2,15 +2,10 @@ name: Sync Class Reference
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Scheduled updates only run on the default/master branch.
|
||||
schedule:
|
||||
# Run it at night (European time) every Saturday.
|
||||
# The offset is there to try and avoid the high load times.
|
||||
- cron: '15 3 * * 6'
|
||||
|
||||
# Make sure jobs cannot overlap.
|
||||
concurrency:
|
||||
group: classref-sync-ci-master
|
||||
group: classref-sync-ci-4.2
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
@@ -18,7 +13,7 @@ jobs:
|
||||
name: Update class reference files based on the engine revision
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
engine_rev: 'master'
|
||||
engine_rev: '4.2'
|
||||
|
||||
steps:
|
||||
- name: Checkout the documentation repository
|
||||
|
||||
Reference in New Issue
Block a user