Skip to content

Commit

Permalink
Merge pull request #606 from 3mdeb/develop
Browse files Browse the repository at this point in the history
Publish artifacts version update
  • Loading branch information
artur-rs committed Sep 24, 2024
2 parents 4fb7236 + 071de2f commit c73082f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "HUGO_URL=${HUGO_URL}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
with:
fetch-depth: 1

Expand All @@ -33,12 +33,13 @@ jobs:
run: cd ${GITHUB_WORKSPACE}/scripts && bash build.sh

- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: static-content
path: |
scripts/deploy.sh
blog/public/
include-hidden-files: true

deploy:
needs: [build]
Expand All @@ -57,7 +58,7 @@ jobs:
sudo apt-get install -y sshpass
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.8
with:
name: static-content
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: Test links
uses: 3mdeb/lychee-log-action@main
Expand All @@ -24,17 +24,17 @@ jobs:
name: Check orphan pages
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
with:
submodules: true

- name: Checkout SEO Spy
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
with:
repository: 3mdeb/seo-spy
path: seo-spy

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5.2.0
with:
python-version: '3.9'

Expand All @@ -44,7 +44,7 @@ jobs:
pip install -r seo-spy/requirements.txt
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3.0.0
with:
extended: true

Expand All @@ -64,12 +64,12 @@ jobs:
name: Check canonical links
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
with:
submodules: true

- name: Checkout SEO Spy
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
with:
repository: 3mdeb/seo-spy
path: seo-spy
Expand All @@ -84,7 +84,7 @@ jobs:
pip install -r seo-spy/requirements.txt
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3.0.0
with:
extended: true

Expand Down
2 changes: 1 addition & 1 deletion blog/content/post/2021-10-28-fobnail-promotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Because of the above reasons many entities fail to correctly secure the boot
process and protects the consumers hardware from the attackers. That is why
companies like Microsoft are pushing the silicon, hardware and firmware vendors
to enhance the platform security by establishing
[Secured Core PC](https://www.microsoft.com/en-us/windowsforbusiness/windows10-secured-core-computers)
[Secured Core PC](https://www.microsoft.com/en-us/windows/business/windows-11-secured-core-computers)
standard and requiring TPM2.0 for Windows 11. For example one of the
requirements of the Secured Core PC is the use of Dynamic Root of Trust for
Measurement technology in order to measure the operating system software in the
Expand Down
2 changes: 1 addition & 1 deletion blog/content/post/2023-03-02-msi_ms7d25_v1.1.1_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ please visit Dasharo GitHub. We are going to create an open project with
milestones indicating the scope of new features and fixes for a given release.
An example project in such fashion has already been prepared for Supermicro
X11SSH board, which you can check out
[here](https://github.com/Dasharo/dasharo-issues/projects/6).
[here](https://github.com/Dasharo/dasharo-issues/milestone/4).

#### Dasharo User Group Community Call (DUG) & Developers vPub

Expand Down
14 changes: 7 additions & 7 deletions blog/content/post/2023-09-08-msi_z690-a_v1.1.2_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ system performance. Let's delve into what's new in this release.

### Dasharo Entry Subscription Releases (DES)

v1.1.2 release is a part of our Dasharo Entry Subscription Releases, a series
we have lovingly created to enhance privacy, security, performance, and
compatibility. Being a subscriber grants you early access to the
latest updates and allows you to actively participate in shaping Dasharo's
journey. It's a small way to say thank you for your trust and support in us. If
you are interested, you can [become a subscriber
here](https://shop.3mdeb.com/product-category/dasharo-entry-subscription/).
v1.1.2 release is a part of our Dasharo Entry Subscription Releases, a series we
have lovingly created to enhance privacy, security, performance, and
compatibility. Being a subscriber grants you early access to the latest updates
and allows you to actively participate in shaping Dasharo's journey. It's a
small way to say thank you for your trust and support in us. If you are
interested, you can [become a subscriber
here](https://shop.3mdeb.com/product-category/dasharo-pro-package/).

We are already channeling our energies toward the next release,
[v1.1.3](https://github.com/Dasharo/dasharo-issues/milestone/12), nurturing it
Expand Down
1 change: 0 additions & 1 deletion blog/themes/3mdeb/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ <h4>Information</h4>
<ul>
<li><a href="https://3mdeb.com/terms-conditions/">Terms & Conditions</a></li>
<li><a href="https://3mdeb.com/privacy-policy/">Privacy Policy</a></li>
<li><a href="https://3mdeb.com/return-refund-policy/">Return & Refund Policy</a></li>
<li><a href="https://3mdeb.com/contact/">Contact Us</a></li>
</ul>
<h4>Follow us</h4>
Expand Down

0 comments on commit c73082f

Please sign in to comment.