Skip to content

Commit c5fd23d

Browse files
author
Luis Orta
committed
Still trying to understand how static content is uploaded.,
1 parent 0c1eec7 commit c5fd23d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/static.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
use_ruby_version: false
2626
use_gemfile: false
27+
- name: Upload artifact
28+
uses: actions/upload-pages-artifact@v3
29+
with:
30+
# Upload rest of site.
31+
path: ./_site/
2732

2833
deploy:
2934
needs: build

.github/workflows/static_old.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
# - name: Upload artifact
4646
# uses: actions/upload-pages-artifact@v3
4747
# with:
48-
# # Upload entire repository
49-
# path: ./Web/_site/
48+
# Upload rest of site.
49+
# path: ./_site/
5050
# - name: Deploy to GitHub Pages
5151
# id: deployment
5252
# uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)