This repository was archived by the owner on Jan 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed
Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 66 - main # Set a branch to deploy
77 pull_request :
88
9+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10+ permissions :
11+ contents : read
12+ pages : write
13+ id-token : write
14+
915# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1016# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1117concurrency :
@@ -15,29 +21,24 @@ concurrency:
1521jobs :
1622 # Build job
1723 build :
18- runs-on : ubuntu-latest
19- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
20- permissions :
21- contents : read
22- pages : write
23- id-token : write
24+ runs-on : ubuntu-20.04
2425 steps :
25- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v2
2627 with :
2728 submodules : true # Fetch Hugo themes (true OR recursive)
2829 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2930
3031 - name : Setup Hugo
31- uses : peaceiris/actions-hugo@v3
32+ uses : peaceiris/actions-hugo@v2
3233 with :
33- hugo-version : ' 0.141 .0'
34+ hugo-version : ' 0.101 .0'
3435 # extended: true
3536
3637 - name : Build
3738 run : hugo --minify
3839
3940 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v3
41+ uses : actions/upload-pages-artifact@v2
4142 with :
4243 path : ./public
4344
4748 name : github-pages
4849 url : ${{ steps.deployment.outputs.page_url }}
4950 runs-on : ubuntu-latest
50- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
51- permissions :
52- contents : read
53- pages : write
54- id-token : write
5551 needs : build
5652 steps :
5753 - name : Deploy to GitHub Pages
5854 id : deployment
59- uses : actions/deploy-pages@v4
55+ uses : actions/deploy-pages@v2
Original file line number Diff line number Diff line change 33title : " Create a Persistent Memory Aware Queue Using the Persistent Memory Development Kit"
44
55# Tutorial post date
6- date : 2018-12-30T23 :06:17Z
6+ date : 2018-30-12T23 :06:17Z
77
88# Publish immediately
99draft : false
You can’t perform that action at this time.
0 commit comments