Skip to content

Commit

Permalink
Merge pull request #510 from mitre-attack/develop
Browse files Browse the repository at this point in the history
Update website to 4.1.6
  • Loading branch information
jondricek authored Aug 15, 2024
2 parents 1bf914d + a4af1ed commit 8684c88
Show file tree
Hide file tree
Showing 33 changed files with 13,741 additions and 312 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'

- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "${{ vars.BLUESKY_ID }}" > output/.well-known/atproto-did
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v4.1.6 (2024-08-15)

## Docs

* Add updated ATT&CK poster on Getting Started page.
* Update training pages to have embedded YouTube player.

# v4.1.5 (2024-07-18)

## Misc
Expand Down
15 changes: 15 additions & 0 deletions attack-theme/static/style/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,21 @@ a.partial-underline {
}
/******/

img.yt-core-image {
width: 100%;
}
.iframe-width {
width: 500px;
height: 275px;
}

@media screen and (max-width: 47.9875rem) {
.iframe-width {
width: 100%;
height: 140px;
}
}

/* No transition */
.notransition:after {
transition: none !important;
Expand Down
371 changes: 253 additions & 118 deletions data/trainings.json

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit 8684c88

Please sign in to comment.