Skip to content

Commit 777006e

Browse files
Merge pull request #408 from owaspsamm/fix/gitignore-resources
Closes #401 - Fix/gitignore resources
2 parents c87c693 + dc175e7 commit 777006e

13 files changed

Lines changed: 27 additions & 3 deletions

.github/workflows/staging-integration.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
contents: write
1111
pull-requests: write
1212
statuses: write
13+
actions: write
1314

1415
jobs:
1516
integrate:
@@ -74,6 +75,17 @@ jobs:
7475
7576
git push --force origin staging
7677
78+
- name: Trigger staging deploy
79+
uses: actions/github-script@v7
80+
with:
81+
script: |
82+
await github.rest.actions.createWorkflowDispatch({
83+
owner: context.repo.owner,
84+
repo: context.repo.repo,
85+
workflow_id: 'gh-pages.yaml',
86+
ref: 'staging'
87+
});
88+
7789
- name: Post statuses and comments
7890
if: always()
7991
uses: actions/github-script@v7

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ content/*/business-function/**
33

44
# Hugo generated
55
public/
6-
resources/
6+
/resources/
77
.hugo_build.lock
88

99
# Editor / OS

layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
88
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
99
<link rel="apple-touch-icon" href="{{ "img/apple-touch-icon.png" | relURL }}">
10-
<meta name="x-cache-bust" content="reclaim-check-v2">
11-
1210
{{/* Open Graph / Twitter Card */}}
1311
<meta property="og:site_name" content="{{ .Site.Title }}">
1412
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}">
148 KB
Loading
43.5 KB
Loading

static/img/resources/Octocat.png

2.03 MB
Loading
39.9 KB
Loading

static/img/resources/mailchimp.png

19.5 KB
Loading

static/img/resources/meetup.png

15 KB
Loading
47.2 KB
Loading

0 commit comments

Comments
 (0)