Skip to content

Commit 68ca49f

Browse files
committed
use azure environment
1 parent 5864702 commit 68ca49f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/azure-deploy-www.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414
jobs:
1515
deploy:
1616
runs-on: ubuntu-latest
17+
environment: azure
1718
steps:
1819
- uses: actions/checkout@v4
1920

apps/www/app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const loader = async ({ params, request }: Route.LoaderArgs) => {
7979

8080
const menu = [
8181
{
82-
name: 'navigation.fundamentals!!',
82+
name: 'navigation.fundamentals!',
8383
href: `/${lang}/fundamentals`,
8484
},
8585
{

0 commit comments

Comments
 (0)