Skip to content

Commit a532200

Browse files
authored
new layout (#6065)
* new layout Signed-off-by: Avelino <31996+avelino@users.noreply.github.com> * project page in site Signed-off-by: Avelino <31996+avelino@users.noreply.github.com> --------- Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
1 parent a234403 commit a532200

9 files changed

Lines changed: 1866 additions & 229 deletions

File tree

.github/workflows/site-deploy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- name: Get dependencies
2020
run: go get -v -t -d ./...
21+
- name: Restore GitHub metadata cache
22+
uses: actions/cache@v4
23+
with:
24+
path: .cache/repos
25+
key: repo-meta-${{ github.run_id }}
26+
restore-keys: repo-meta-
2127
- name: Make awesome-go.com
2228
run: go run .
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2331
- name: Setup node
2432
uses: actions/setup-node@v6
2533
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
out/
22
awesome-go
3+
.cache/
34

45
# Folders
56
.idea

0 commit comments

Comments
 (0)