Skip to content

Commit 06b9d7d

Browse files
committed
test without checkin
1 parent b4d1a0e commit 06b9d7d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pages.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,22 @@ jobs:
138138
done
139139
fi
140140
done
141+
- name: Upload the directory as an artifact
142+
uses: actions/upload-artifact@v3
143+
with:
144+
name: docs
145+
path: docs
141146

142147
# Build job
143148
build:
144149
runs-on: ubuntu-latest
145150
needs: sync
146151
steps:
152+
- name: Download the artifact
153+
uses: actions/download-artifact@v3
154+
with:
155+
name: docs
156+
path: docs
147157
- name: Setup Ruby
148158
uses: ruby/setup-ruby@v1
149159
with:

0 commit comments

Comments
 (0)