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
The `make stage-PLATFORM` command uses the `mc` utility to copy the contents of the current git branch build output for the specified `PLATFORM` to a configured MinIO or S3-compatible bucket.
57
-
58
-
For the command to work, you must have a configured `mc` alias `docs-staging` with general read/write (`s3:*`) permissions on the `staging` bucket.
59
-
The `staging` bucket should have public or anonymous access enabled.
60
-
61
-
For example:
62
-
63
-
```
64
-
make stage-linux
65
-
```
66
-
67
-
Does the following:
68
-
69
-
1. Check that the `build/GITDIR/linux` folder exists
70
-
2. Copies the contents of `build/GITDIR/linux/html/*` to `docs-staging/staging/GITDIR/linux`
71
-
72
51
# Syncing Operator CRD Docs
73
52
74
53
For importing the Operator CRD Docs specifically, you must have:
0 commit comments