8585 find "lib" -mindepth 1 -maxdepth 1 -type d -exec rm -r {} +
8686
8787 - name : AWS Sync site-docs (revsys cluster)
88- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
88+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
8989 uses : jakejarvis/s3-sync-action@master
9090 with :
9191 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
9898 DEST_DIR : ${{ format('site-docs/{0}', github.ref_name) }}
9999
100100 - name : AWS Sync site-docs (production on GKE)
101- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
101+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
102102 uses : jakejarvis/s3-sync-action@master
103103 with :
104104 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
@@ -111,7 +111,7 @@ jobs:
111111 DEST_DIR : ${{ format('site-docs/{0}', github.ref_name) }}
112112
113113 - name : AWS Sync site-docs (staging on GKE)
114- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
114+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
115115 uses : jakejarvis/s3-sync-action@master
116116 with :
117117 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
@@ -124,7 +124,7 @@ jobs:
124124 DEST_DIR : ${{ format('site-docs/{0}', github.ref_name) }}
125125
126126 - name : AWS Sync site-docs (cppal_dev on GKE)
127- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
127+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
128128 uses : jakejarvis/s3-sync-action@master
129129 with :
130130 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
@@ -138,7 +138,7 @@ jobs:
138138
139139
140140 - name : AWS Sync site-pages (revsys cluster)
141- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
141+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
142142 uses : jakejarvis/s3-sync-action@master
143143 with :
144144 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
@@ -151,7 +151,7 @@ jobs:
151151 DEST_DIR : ${{ format('site-pages/{0}', github.ref_name) }}
152152
153153 - name : AWS Sync site-pages (production on GKE)
154- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
154+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
155155 uses : jakejarvis/s3-sync-action@master
156156 with :
157157 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
@@ -164,7 +164,7 @@ jobs:
164164 DEST_DIR : ${{ format('site-pages/{0}', github.ref_name) }}
165165
166166 - name : AWS Sync site-pages (staging on GKE)
167- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
167+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
168168 uses : jakejarvis/s3-sync-action@master
169169 with :
170170 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
@@ -177,7 +177,7 @@ jobs:
177177 DEST_DIR : ${{ format('site-pages/{0}', github.ref_name) }}
178178
179179 - name : AWS Sync site-pages (cppal_dev on GKE)
180- if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'cppalliance/site -docs'
180+ if : matrix.publish && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && github.repository == 'boostorg/website-v2 -docs'
181181 uses : jakejarvis/s3-sync-action@master
182182 with :
183183 args : --follow-symlinks --delete --exclude '.git/*' --exclude 'build/lib/*'
0 commit comments