1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

Fix typo of YubiKey, YubiCloud (#2128)

This commit is contained in:
yeoneer
2023-04-14 17:31:32 +09:00
committed by Jonah Aragon
parent e41d5eae11
commit 18f76a9068
4 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Push to production branch
run: |
git push origin main:production
git push origin HEAD:production
- name: Pages setup
uses: actions/configure-pages@v3