Skip to content

Commit

Permalink
Update upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jan 30, 2025
1 parent eb7eee7 commit 122f1a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Cache Ruby Gems
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true

- name: Install Tools
run: |
sudo apt-get update
Expand All @@ -60,15 +60,15 @@ jobs:
mkdir ../target
cp Practical-Gremlin.html ../target/index.html
cp ../images/PRACTICAL-GREMLIN-Revised-v2.png ../target
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'target'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 122f1a2

Please sign in to comment.