File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
30- with :
31- lfs : true
32- token : ${{ secrets.ACCESS_TOKEN }}
30+ # with:
31+ # lfs: true
32+ # token: ${{ secrets.ACCESS_TOKEN }}
3333 # include the lines below if you are using jekyll-last-modified-at
3434 # or if you would otherwise need to fetch the full commit history
3535 # however this may be very slow for large repositories!
@@ -84,19 +84,20 @@ jobs:
8484 run : |
8585 ls ${{ github.workspace }}/_site
8686
87- - name : 🚀 deploy
88- uses : peaceiris/actions-gh-pages@v3
89- with :
90- github_token : ${{ secrets.GITHUB_TOKEN }}
91- publish_dir : ./_site
92- destination_dir : ./
87+ # - name: 🚀 deploy
88+ # uses: peaceiris/actions-gh-pages@v3
89+ # with:
90+ # github_token: ${{ secrets.GITHUB_TOKEN }}
91+ # publish_dir: ./_site
92+ # destination_dir: ./
93+
9394 # # if the repo you are deploying to is <username>.github.io, uncomment the line below.
9495 # # if you are including the line below, make sure your source files are NOT in the master branch:
9596 # publish_branch: gh-pages
96- # - name: Upload artifact
97- # uses: actions/upload-artifact@v4
98- # with:
99- # path: _site
97+ - name : Upload artifact
98+ uses : actions/upload-artifact@v4
99+ with :
100+ path : ./
100101
101102 # Deployment job
102103 deploy :
You can’t perform that action at this time.
0 commit comments