Skip to content

Commit 122f1a2

Browse files
committed
Update upload-pages-artifact
1 parent eb7eee7 commit 122f1a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-asciidoc.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31-
31+
3232
- name: Cache Ruby Gems
3333
uses: actions/cache@v3
3434
with:
3535
path: vendor/bundle
3636
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
3737
restore-keys: |
3838
${{ runner.os }}-gems-
39-
39+
4040
- name: Install Ruby
4141
uses: ruby/setup-ruby@v1
4242
with:
4343
ruby-version: '3.0'
4444
bundler-cache: true
45-
45+
4646
- name: Install Tools
4747
run: |
4848
sudo apt-get update
@@ -60,15 +60,15 @@ jobs:
6060
mkdir ../target
6161
cp Practical-Gremlin.html ../target/index.html
6262
cp ../images/PRACTICAL-GREMLIN-Revised-v2.png ../target
63-
63+
6464
- name: Setup Pages
6565
uses: actions/configure-pages@v3
66-
66+
6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@v2
68+
uses: actions/upload-pages-artifact@v3
6969
with:
7070
path: 'target'
71-
71+
7272
- name: Deploy to GitHub Pages
7373
id: deployment
7474
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)