We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e698ff commit 69c63afCopy full SHA for 69c63af
.github/workflows/branch-preview.yaml
@@ -0,0 +1,29 @@
1
+name: Deploy Pull Request to GitHub Pages
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - synchronize
8
+ - reopened
9
10
+jobs:
11
+ build-and-deploy:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Checkout doc-ja
15
+ uses: actions/checkout@v4
16
+ with:
17
+ path: doc-ja
18
19
+ - name: Checkout phd
20
21
22
+ repository: phd/phd
23
+ path: phd
24
25
+ - name: Set up PHP
26
+ uses: shivammathur/setup-php@v2
27
28
+ php-version: '8.3'
29
0 commit comments